aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-09 17:38:20 +0000
committerLudvig Strigeus2001-10-09 17:38:20 +0000
commit669dd77ee2621581ea2e11020d1cfc05f8752e59 (patch)
tree9deee86aba737aae3f388b5643f9e9ead1371da0 /stdafx.h
parentc30932afbe1af874e3a2aeb95fa4ee5de4d6e38e (diff)
downloadscummvm-rg350-669dd77ee2621581ea2e11020d1cfc05f8752e59.tar.gz
scummvm-rg350-669dd77ee2621581ea2e11020d1cfc05f8752e59.tar.bz2
scummvm-rg350-669dd77ee2621581ea2e11020d1cfc05f8752e59.zip
Autodetection of endianness.
svn-id: r3412
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 1416fa4210..f864d3296c 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -42,7 +42,9 @@
#else
+#if defined(NEED_SDL_HEADERS)
#include <SDL.h>
+#endif
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
@@ -55,4 +57,4 @@
-#endif \ No newline at end of file
+#endif