aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WindowAccessor.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-07 11:26:39 +0000
committernyamatongwe <unknown>2000-07-07 11:26:39 +0000
commit74d9308207e9f567f5912edee10245e2c69fee87 (patch)
treecaedd03ff1ab87b9fc6c6d9592592dc7d2e4dc90 /src/WindowAccessor.cxx
parent805754653f16843247b12586cf0156c5551c5d7b (diff)
downloadscintilla-mirror-74d9308207e9f567f5912edee10245e2c69fee87.tar.gz
Included string.h
Diffstat (limited to 'src/WindowAccessor.cxx')
-rw-r--r--src/WindowAccessor.cxx1
1 files changed, 1 insertions, 0 deletions
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>