tools/bin2res

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

 



Affected files
tools/bin2res.c

changelog:
	Included limits.h to resolve missing macro definition
Index: tools/bin2res.c
===================================================================
RCS file: /home/wine/wine/tools/bin2res.c,v
retrieving revision 1.19
diff -u -3 -p -b -r1.19 bin2res.c
--- tools/bin2res.c	6 Oct 2003 21:05:28 -0000	1.19
+++ tools/bin2res.c	8 Jan 2004 04:35:24 -0000
@@ -28,6 +28,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <sys/stat.h>
+#include <limits.h>
 #ifdef HAVE_SYS_PARAM_H
 # include <sys/param.h>
 #endif

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

  Powered by Linux