mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
4a5f62750d
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.
11 lines
242 B
C
11 lines
242 B
C
--- test_pstring.c.orig Fri Feb 16 18:48:56 2001
|
|
+++ test_pstring.c Fri Feb 16 18:49:18 2001
|
|
@@ -22,6 +22,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <assert.h>
|
|
+#include <sys/types.h>
|
|
#include <regex.h>
|
|
|
|
#include "pstring.h"
|