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:
Michael Gilbert 2016-08-23 15:35:35 +02:00 committed by Alexandre Julliard
parent 440482d2ef
commit 29fdc48790
1 changed files with 3 additions and 0 deletions

View File

@ -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