(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user