stdint.h should be included for compiling on NetBSD.

This commit is contained in:
Yorick Hardy 2003-03-28 00:30:09 +00:00 committed by Alexandre Julliard
parent 14251f1b48
commit d56f063cb3

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