Commit d56f063c authored by Yorick Hardy's avatar Yorick Hardy Committed by Alexandre Julliard

stdint.h should be included for compiling on NetBSD.

parent 14251f1b
......@@ -33,6 +33,9 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment