summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-06-01 23:02:53 -0700
committerElliott Hughes <enh@google.com>2010-06-01 23:02:53 -0700
commita5d02941bc6dd7621b935d270a3522bfcb8bc98b (patch)
treee464db4941f0a4db29091e6f443cd12c29ee3a43 /include
parent753dcd862b31e85766225590d90ba0b9f481176f (diff)
downloadlibcore-a5d02941bc6dd7621b935d270a3522bfcb8bc98b.zip
libcore-a5d02941bc6dd7621b935d270a3522bfcb8bc98b.tar.gz
libcore-a5d02941bc6dd7621b935d270a3522bfcb8bc98b.tar.bz2
Fix sim-eng build with missing #include.
Change-Id: I77d9841f7112235096c54ac70479ad09f2b0559d
Diffstat (limited to 'include')
-rw-r--r--include/ScopedUtfChars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScopedUtfChars.h b/include/ScopedUtfChars.h
index cb48bfa..7492a0c 100644
--- a/include/ScopedUtfChars.h
+++ b/include/ScopedUtfChars.h
@@ -18,6 +18,7 @@
#define SCOPED_UTF_CHARS_H_included
#include "JNIHelp.h"
+#include <string.h>
// A smart pointer that provides read-only access to a Java string's UTF chars.
// Unlike GetStringUTFChars, we throw NullPointerException rather than abort if