diff options
Diffstat (limited to 'gatekeeperd/tests/gatekeeper_test.cpp')
-rw-r--r-- | gatekeeperd/tests/gatekeeper_test.cpp | 4 |
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> |