summaryrefslogtreecommitdiffstats
path: root/gatekeeperd
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-06-10 17:34:58 -0700
committerDan Albert <danalbert@google.com>2015-06-10 17:34:58 -0700
commit8f7f0f88a35cc9e5a62f8922d7ee902a2efec19a (patch)
tree527a4ab88a7fe8610d2d5f9f7bf47b7eedb7906a /gatekeeperd
parent4d7f052afbaf79c7324a2e9dd51168990b062647 (diff)
downloadsystem_core-8f7f0f88a35cc9e5a62f8922d7ee902a2efec19a.zip
system_core-8f7f0f88a35cc9e5a62f8922d7ee902a2efec19a.tar.gz
system_core-8f7f0f88a35cc9e5a62f8922d7ee902a2efec19a.tar.bz2
Add missing include. Clang build fix.
Change-Id: I74bed4f27e34c6bbf904058c14e124d8f5d35d82
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>