1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/c2lib/files/patch-test_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

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"