1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/news/nget/files/patch-myregex.cc
Pav Lucistnik c215e4f94b - Fix build with gcc42
- Backport bugfixes from vendor CVS

Submitted by:	Jeff Burchell <toxic@doobie.com>
2008-08-16 09:22:41 +00:00

11 lines
248 B
C++

--- 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;