mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
version 1.1 with patches/features obtained from the FreeBSD port. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10273 d073be05-634f-4543-b044-5fe20cf6d1d6
13 lines
291 B
C
13 lines
291 B
C
diff -urN ../ijb-zlib-11.orig/win32.c ./win32.c
|
|
--- ../ijb-zlib-11.orig/win32.c Thu Aug 3 23:39:26 2000
|
|
+++ ./win32.c Thu Jan 6 15:05:43 2005
|
|
@@ -11,7 +11,7 @@
|
|
|
|
#include <stdio.h>
|
|
#ifdef REGEX
|
|
-#include "gnu_regex.h"
|
|
+#include <gnuregex.h>
|
|
#endif
|
|
#include "jcc.h"
|
|
#include "win32.h"
|