Fix building errors on android
TBR=Tina BUG= TEST=build on android Review URL: https://webrtc-codereview.appspot.com/430001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1840 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
#include "NETEQTEST_NetEQClass.h"
|
||||
#include "NETEQTEST_CodecClass.h"
|
||||
|
||||
#ifdef WEBRTC_ANDROID
|
||||
#include <ctype.h> // isalpha
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
@@ -21,7 +21,6 @@
|
||||
#ifdef WEBRTC_LINUX
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#include <search.h>
|
||||
#include <float.h>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
Reference in New Issue
Block a user