summaryrefslogtreecommitdiffstats
path: root/gatekeeperd
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-06-24 21:39:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-24 21:41:13 +0000
commit262be42687a9095c53dce5e9a63bd1c74ecbdb6a (patch)
tree18d047defef83f31fa6e2d239a4c06b956023cb0 /gatekeeperd
parent3c2086dabdb87e027412bb4405279128a321e184 (diff)
parent8f7f0f88a35cc9e5a62f8922d7ee902a2efec19a (diff)
downloadsystem_core-262be42687a9095c53dce5e9a63bd1c74ecbdb6a.zip
system_core-262be42687a9095c53dce5e9a63bd1c74ecbdb6a.tar.gz
system_core-262be42687a9095c53dce5e9a63bd1c74ecbdb6a.tar.bz2
Merge "Add missing include. Clang build fix." into mnc-dev
Diffstat (limited to 'gatekeeperd')
-rw-r--r--gatekeeperd/tests/gatekeeper_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gatekeeperd/tests/gatekeeper_test.cpp b/gatekeeperd/tests/gatekeeper_test.cpp
index 15b2b69..c504f92 100644
--- a/gatekeeperd/tests/gatekeeper_test.cpp
+++ b/gatekeeperd/tests/gatekeeper_test.cpp
@@ -14,9 +14,11 @@
* limitations under the License.
*/
+#include <arpa/inet.h>
+#include <iostream>
+
#include <gtest/gtest.h>
#include <UniquePtr.h>
-#include <iostream>
#include <hardware/hw_auth_token.h>