summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-05-18 21:17:25 +0000
committerrubidium <rubidium@openttd.org>2010-05-18 21:17:25 +0000
commit2de9e2d16b058971bf22e18062fc26278098dfb0 (patch)
tree8640104e4d0da4f42730c487eb227688807ca1e3 /src/stdafx.h
parent354645cd0af62605030514c66bfa59795fe999b9 (diff)
downloadopenttd-2de9e2d16b058971bf22e18062fc26278098dfb0.tar.xz
(svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index b96162266..8a8595722 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -24,9 +24,6 @@
#elif defined(__NDS__)
#include <nds/jtypes.h>
#define TROUBLED_INTS
-#elif defined(__NetBSD__)
- #include <unistd.h>
- #define _GNU_SOURCE
#endif
/* It seems that we need to include stdint.h before anything else