summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-08-10 17:46:27 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-08-10 17:46:27 -0700
commit3afaaf7ade7984a243d36a6d0b8b59d51dbbc926 (patch)
tree02ea57d148964c49478e4226843bcf673db797e2 /libs
parent507f1607f7f7216c0e66751a30949c9670c57f09 (diff)
parentee1e253453a5e28d55ad9209ef18ea9845d4d096 (diff)
downloadframeworks_base-3afaaf7ade7984a243d36a6d0b8b59d51dbbc926.zip
frameworks_base-3afaaf7ade7984a243d36a6d0b8b59d51dbbc926.tar.gz
frameworks_base-3afaaf7ade7984a243d36a6d0b8b59d51dbbc926.tar.bz2
Merge change 20686
* changes: fix the build
Diffstat (limited to 'libs')
-rw-r--r--libs/rs/spec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/rs/spec.h b/libs/rs/spec.h
index b474dca..ba802f7 100644
--- a/libs/rs/spec.h
+++ b/libs/rs/spec.h
@@ -1,6 +1,9 @@
#ifndef SPEC_H
#define SPEC_H
+#include <string.h>
+#include <stdlib.h>
+
#if __cplusplus
extern "C" {
#endif