Michael Gilbert : ntdll: Add missing stdint.h include for kfreebsd architectures.

Alexandre Julliard julliard at winehq.org
Thu Aug 25 10:39:37 CDT 2016


Module: wine
Branch: master
Commit: 29fdc4879057b91e4c1909b376d214b51ad042f8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=29fdc4879057b91e4c1909b376d214b51ad042f8

Author: Michael Gilbert <mgilbert at debian.org>
Date:   Tue Aug 23 15:35:35 2016 +0200

ntdll: Add missing stdint.h include for kfreebsd architectures.

Signed-off-by: Jens Reyer <jre.winesim at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/directory.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/ntdll/directory.c b/dlls/ntdll/directory.c
index a945e11..b129b87 100644
--- a/dlls/ntdll/directory.c
+++ b/dlls/ntdll/directory.c
@@ -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




More information about the wine-cvs mailing list