Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 460f6b1f authored by Dan Albert's avatar Dan Albert
Browse files

Add missing arpa/inet.h include for ntohl.

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

Change-Id: Ic3e192e31ba8d1d78dab83a6af13e82d261e5938
parent fcc822a0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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"