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

This commit is contained in:
Dan Albert 2015-06-10 04:04:32 +00:00 committed by Android (Google) Code Review
commit b3adff3b11
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"