Skip to content
Snippets Groups Projects
Commit d56f063c authored by Yorick Hardy's avatar Yorick Hardy Committed by Alexandre Julliard
Browse files

stdint.h should be included for compiling on NetBSD.

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