fix compiling of libs/wine/loader.c on NetBSD

Yorick Hardy yh at metroweb.co.za
Thu Mar 27 13:12:58 CST 2003


It seems the stdint. header file should be included for
compiling on NetBSD.

-- 
Yorick Hardy

--- libs/wine/loader.c.orig	Thu Mar 27 13:42:37 2003
+++ libs/wine/loader.c	Thu Mar 27 13:43:41 2003
@@ -33,6 +33,9 @@
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
 
 #define NONAMELESSUNION
 #define NONAMELESSSTRUCT



More information about the wine-patches mailing list