summaryrefslogtreecommitdiff
path: root/pcrecpp.cc
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-05-01 08:22:12 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-05-01 08:22:12 +0000
commit671a915068835bf0bbf8fac1d8def24f0231e00f (patch)
tree5786cb8142e0a960f205ce2ecb57ad81e3f7d576 /pcrecpp.cc
parentdfc718835ee34518febd5b0d006114083d99220f (diff)
downloadpcre-671a915068835bf0bbf8fac1d8def24f0231e00f.tar.gz
Added #include <string.h> to some .cc files (needed in some environments).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@594 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcrecpp.cc')
-rw-r--r--pcrecpp.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcrecpp.cc b/pcrecpp.cc
index 5c7cef0..eed425d 100644
--- a/pcrecpp.cc
+++ b/pcrecpp.cc
@@ -37,6 +37,7 @@
#include <stdio.h>
#include <ctype.h>
#include <limits.h> /* for SHRT_MIN, USHRT_MAX, etc */
+#include <string.h> /* for memcpy */
#include <assert.h>
#include <errno.h>
#include <string>