aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-07 11:26:39 +0000
committernyamatongwe <devnull@localhost>2000-07-07 11:26:39 +0000
commit5b811e9f08cc34de8328e1776c7d845680e1801d (patch)
treecaedd03ff1ab87b9fc6c6d9592592dc7d2e4dc90 /src
parentf7365a9122fbe2ccd580b98a39774fbb752b42c9 (diff)
downloadscintilla-mirror-5b811e9f08cc34de8328e1776c7d845680e1801d.tar.gz
Included string.h
Diffstat (limited to 'src')
-rw-r--r--src/DocumentAccessor.cxx1
-rw-r--r--src/WindowAccessor.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/DocumentAccessor.cxx b/src/DocumentAccessor.cxx
index d28840c16..d3811b77c 100644
--- a/src/DocumentAccessor.cxx
+++ b/src/DocumentAccessor.cxx
@@ -4,6 +4,7 @@
// The License.txt file describes the conditions under which this software may be distributed.
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <stdio.h>
diff --git a/src/WindowAccessor.cxx b/src/WindowAccessor.cxx
index 059c877bd..b16735658 100644
--- a/src/WindowAccessor.cxx
+++ b/src/WindowAccessor.cxx
@@ -4,6 +4,7 @@
// The License.txt file describes the conditions under which this software may be distributed.
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <stdio.h>