From 4a5f62750d21fa298140b857926e6784f1ab6a01 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 16 Feb 2001 11:07:08 +0000 Subject: 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. --- devel/c2lib/files/patch-test_pstring.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/c2lib/files/patch-test_pstring.c (limited to 'devel/c2lib/files/patch-test_pstring.c') diff --git a/devel/c2lib/files/patch-test_pstring.c b/devel/c2lib/files/patch-test_pstring.c new file mode 100644 index 000000000000..e362d04ee24d --- /dev/null +++ b/devel/c2lib/files/patch-test_pstring.c @@ -0,0 +1,10 @@ +--- 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 + #include + #include ++#include + #include + + #include "pstring.h" -- cgit v1.2.3