ntdll: Add missing stdint.h include for kfreebsd architectures.
Signed-off-by: Jens Reyer <jre.winesim@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
440482d2ef
commit
29fdc48790
|
@ -53,6 +53,9 @@
|
|||
# include <sys/sysmacros.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_VNODE_H
|
||||
# ifdef HAVE_STDINT_H
|
||||
# include <stdint.h> /* needed for kfreebsd */
|
||||
# endif
|
||||
/* Work around a conflict with Solaris' system list defined in sys/list.h. */
|
||||
#define list SYSLIST
|
||||
#define list_next SYSLIST_NEXT
|
||||
|
|
Loading…
Reference in New Issue