summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chia-chi Yeh <chiachi@android.com> 2011-03-21 21:49:29 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-03-21 21:49:29 -0700
commit40e1bdb7ce4185e5c9cd1edb6fb06cc0f370a781 (patch)
tree8d60a5a00dc23e1938bbd6cfe8fb86652bdc5969
parente455cd4164f6d283c618208fedeb24791b8d4dc1 (diff)
parent3f9e08973f33a5640e52381431ef02aa184dd018 (diff)
Merge "Include strings.h instead of string.h for the strcasecmp prototype."
-rw-r--r--voip/jni/rtp/AudioCodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/voip/jni/rtp/AudioCodec.cpp b/voip/jni/rtp/AudioCodec.cpp
index 2267ea00d2b7..c75fbc9394c3 100644
--- a/voip/jni/rtp/AudioCodec.cpp
+++ b/voip/jni/rtp/AudioCodec.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <string.h>
+#include <strings.h>
#include "AudioCodec.h"