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
16 lines
538 B
C
16 lines
538 B
C
diff -urN ../ijb-zlib-11.orig/ssplit.c ./ssplit.c
|
|
--- ../ijb-zlib-11.orig/ssplit.c Thu Aug 3 23:39:24 2000
|
|
+++ ./ssplit.c Thu Jan 6 15:38:45 2005
|
|
@@ -22,9 +22,10 @@
|
|
* l = flag indicating whether to ignore leading field separators
|
|
*/
|
|
|
|
+#include "loaders.h"
|
|
#include <stdlib.h> /* For free() */
|
|
#include <stdio.h> /* Required by jcc.h */
|
|
-#include "gnu_regex.h"
|
|
+#include <gnuregex.h>
|
|
#include "jcc.h" /* For zalloc() */
|
|
#undef DEBUG /* DEBUG macro use in this file is not */
|
|
/* consistent with use in jcc.h */
|