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:
parent
fcc822a0db
commit
460f6b1f11
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue