summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 11:22:06 -0800
committerElliott Hughes <enh@google.com>2015-01-28 11:22:06 -0800
commitbb881e28e62bc5048f4a62d21104aa25da13b0f1 (patch)
tree52dd0bbfebbb880e134c138e6debee0565849f1b
parent6ef96c4862428e02a0c4aebbfa1ed0ccbf58b46e (diff)
downloadandroid_system_netd-bb881e28e62bc5048f4a62d21104aa25da13b0f1.tar.gz
android_system_netd-bb881e28e62bc5048f4a62d21104aa25da13b0f1.tar.bz2
android_system_netd-bb881e28e62bc5048f4a62d21104aa25da13b0f1.zip
Add missing <string.h> include.
Change-Id: I14ea45e98b8271d6b53ac86e92ad3b5c7dac8f75
-rw-r--r--client/FwmarkClient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/FwmarkClient.cpp b/client/FwmarkClient.cpp
index 1e98c40c..4e02d583 100644
--- a/client/FwmarkClient.cpp
+++ b/client/FwmarkClient.cpp
@@ -18,6 +18,7 @@
#include <errno.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>