commit | 3d40729054803fae1c4d4bb5ac7554665a132b26 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu May 07 08:49:30 2009 -0700 |
committer | San Mehat <san@google.com> | Thu May 07 08:49:30 2009 -0700 |
tree | 39502f3a4dd76f48d3c5e997cfb5114faf347734 | |
parent | 902905682da7247aac3a73a71057e87f9758f0b1 [diff] [blame] |
libsysutils: Add string.h to includes Signed-off-by: San Mehat <san@google.com>
diff --git a/libsysutils/src/NetlinkEvent.cpp b/libsysutils/src/NetlinkEvent.cpp index 69cd3e7..1e94ed1 100644 --- a/libsysutils/src/NetlinkEvent.cpp +++ b/libsysutils/src/NetlinkEvent.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ #include <stdlib.h> +#include <string.h> #define LOG_TAG "NetlinkEvent" #include <cutils/log.h>