(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)

This commit is contained in:
rubidium
2010-05-10 17:11:24 +00:00
parent fb84d465ed
commit a06b3c0646
3 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,9 @@
#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