freebsd-ports/devel/c2lib/files/patch-pstring.c
Ying-Chieh Liao 4a5f62750d add c2lib
c2lib is a library of basic structures and memory allocators for C.
It is designed to look similar to C++ STL with many powerful string
features borrowed also from Perl.
2001-02-16 11:07:08 +00:00

10 lines
186 B
C

--- pstring.c.orig Fri Feb 16 18:46:50 2001
+++ pstring.c Fri Feb 16 18:48:10 2001
@@ -32,6 +32,7 @@
#endif
#ifdef HAVE_REGEX_H
+#include <sys/types.h>
#include <regex.h>
#endif