mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
c215e4f94b
- Backport bugfixes from vendor CVS Submitted by: Jeff Burchell <toxic@doobie.com>
11 lines
248 B
C++
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;
|