diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-08-16 09:22:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-08-16 09:22:41 +0000 |
commit | c215e4f94be9fc1a76c9868a475862d68157c9a8 (patch) | |
tree | cf69e5a4c4e5e6ad5a809e900772ddc0955fcafc /news/nget/files/patch-stlhelp.h | |
parent | f6254b6386938a823d8f66ad755fccfc695a36f9 (diff) | |
download | ports-c215e4f94be9fc1a76c9868a475862d68157c9a8.tar.gz ports-c215e4f94be9fc1a76c9868a475862d68157c9a8.zip |
Notes
Diffstat (limited to 'news/nget/files/patch-stlhelp.h')
-rw-r--r-- | news/nget/files/patch-stlhelp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/nget/files/patch-stlhelp.h b/news/nget/files/patch-stlhelp.h new file mode 100644 index 000000000000..55f06725fa01 --- /dev/null +++ b/news/nget/files/patch-stlhelp.h @@ -0,0 +1,11 @@ +--- stlhelp.h 2004-05-29 16:00:08.000000000 -0700 ++++ stlhelp.h 2008-03-02 23:03:02.000000000 -0800 +@@ -19,6 +19,8 @@ + #ifndef _STLHELP_H_ + #define _STLHELP_H_ + ++#include <string.h> ++ + struct eqstr + { + bool operator()(const char* s1, const char* s2) const |