Add missing arpa/inet.h include for ntohl.

Clang build fix. Not sure why this is happening with gcc.

Change-Id: Ic3e192e31ba8d1d78dab83a6af13e82d261e5938
This commit is contained in:
Dan Albert 2015-06-09 20:09:26 -07:00
parent fcc822a0db
commit 460f6b1f11
1 changed files with 3 additions and 2 deletions

View File

@ -14,11 +14,12 @@
* limitations under the License.
*/
#include <gtest/gtest.h>
#include <UniquePtr.h>
#include <arpa/inet.h>
#include <iostream>
#include <gtest/gtest.h>
#include <hardware/hw_auth_token.h>
#include <UniquePtr.h>
#include "../SoftGateKeeper.h"