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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux