diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-01 09:41:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-01 09:41:36 +0000 |
commit | 9533c2887510307a633f74dc6bad9204d90ce6d9 (patch) | |
tree | 98bfc8278f0fc537024c1933e4d6a97710778777 /devel/re2c/files/patch-substr.h | |
parent | Upgrade to 0.3.5. (diff) |
upgrade to 0.9.3
Notes
Notes:
svn path=/head/; revision=110593
Diffstat (limited to 'devel/re2c/files/patch-substr.h')
-rw-r--r-- | devel/re2c/files/patch-substr.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/re2c/files/patch-substr.h b/devel/re2c/files/patch-substr.h new file mode 100644 index 000000000000..b1ece44a71fd --- /dev/null +++ b/devel/re2c/files/patch-substr.h @@ -0,0 +1,10 @@ +--- substr.h.orig Thu May 13 10:58:18 2004 ++++ substr.h Tue Jun 1 17:31:18 2004 +@@ -2,6 +2,7 @@ + #ifndef _substr_h + #define _substr_h + ++#include <sys/types.h> + #include <iostream> + #include "basics.h" + |