stdint.h should be included for compiling on NetBSD.

oldstable
Yorick Hardy 2003-03-28 00:30:09 +00:00 committed by Alexandre Julliard
parent 14251f1b48
commit d56f063cb3
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT