commit | 3afaaf7ade7984a243d36a6d0b8b59d51dbbc926 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Mon Aug 10 17:46:27 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Aug 10 17:46:27 2009 -0700 |
tree | 02ea57d148964c49478e4226843bcf673db797e2 | |
parent | 507f1607f7f7216c0e66751a30949c9670c57f09 [diff] | |
parent | ee1e253453a5e28d55ad9209ef18ea9845d4d096 [diff] |
Merge change 20686 * changes: fix the build
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