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

Commit b3adff3b authored by Dan Albert's avatar Dan Albert Committed by Android (Google) Code Review
Browse files

Merge "Add missing arpa/inet.h include for ntohl."

parents 29f10363 460f6b1f
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"