blob: 4baf9b833c9ca8df0f8b48613ac8494d1a35ba98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -ur -x lacheck.c lacheck-1.26.orig/lacheck.l lacheck-1.26/lacheck.l
--- lacheck-1.26.orig/lacheck.l 1998-03-07 08:47:31.000000000 +0100
+++ lacheck-1.26/lacheck.l 2010-02-20 12:35:04.000000000 +0100
@@ -117,6 +117,10 @@
#include <stdio.h>
#include <string.h>
+
+#if defined(WIN32) && !defined(__MINGW32__)
+#include <win32lib.h>
+#endif
/* #include <sys/param.h> */
/* extern char *realloc(); */
|