From 3f9e08973f33a5640e52381431ef02aa184dd018 Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Mon, 21 Mar 2011 20:21:40 -0700 Subject: Include strings.h instead of string.h for the strcasecmp prototype. Change-Id: I6b0ddc2408c30851edcffb36f1bc74245403ffc7 --- voip/jni/rtp/AudioCodec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #include "AudioCodec.h" -- cgit v1.2.3-59-g8ed1b