forked from Lainports/freebsd-ports
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.
10 lines
186 B
C
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
|
|
|