mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
stdint.h should be included for compiling on NetBSD.
This commit is contained in:
parent
14251f1b48
commit
d56f063cb3
@ -33,6 +33,9 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDINT_H
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
Loading…
x
Reference in New Issue
Block a user