diff options
Diffstat (limited to 'news/nget/files/patch-myregex.cc')
-rw-r--r-- | news/nget/files/patch-myregex.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/nget/files/patch-myregex.cc b/news/nget/files/patch-myregex.cc new file mode 100644 index 000000000000..cfa87dabc407 --- /dev/null +++ b/news/nget/files/patch-myregex.cc @@ -0,0 +1,10 @@ +--- myregex.cc 2004-05-29 16:00:06.000000000 -0700 ++++ myregex.cc 2008-03-02 23:03:02.000000000 -0800 +@@ -21,6 +21,7 @@ + #endif + #include <stdlib.h> + #include "myregex.h" ++#include <string.h> + + + static string regex_match_word_beginning_safe_str; |