mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
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
206 B
C
10 lines
206 B
C
--- pstring.h.orig Fri Feb 16 18:46:13 2001
|
|
+++ pstring.h Fri Feb 16 18:45:20 2001
|
|
@@ -21,6 +21,7 @@
|
|
#ifndef PSTRING_H
|
|
#define PSTRING_H
|
|
|
|
+#include <sys/types.h>
|
|
#include <regex.h>
|
|
|
|
#include <pool.h>
|