diff options
author | Carl Shapiro <cshapiro@google.com> | 2011-03-21 20:21:40 -0700 |
---|---|---|
committer | Carl Shapiro <cshapiro@google.com> | 2011-03-21 20:21:40 -0700 |
commit | 3f9e08973f33a5640e52381431ef02aa184dd018 (patch) | |
tree | 782cdab1b9f2ff21bf10aaa3320f1ca2cec9c579 /voip/jni | |
parent | b2613555f654d485d9882c662384c4c2fcd89c2b (diff) | |
download | frameworks_base-3f9e08973f33a5640e52381431ef02aa184dd018.zip frameworks_base-3f9e08973f33a5640e52381431ef02aa184dd018.tar.gz frameworks_base-3f9e08973f33a5640e52381431ef02aa184dd018.tar.bz2 |
Include strings.h instead of string.h for the strcasecmp prototype.
Change-Id: I6b0ddc2408c30851edcffb36f1bc74245403ffc7
Diffstat (limited to 'voip/jni')
-rw-r--r-- | voip/jni/rtp/AudioCodec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voip/jni/rtp/AudioCodec.cpp b/voip/jni/rtp/AudioCodec.cpp index 2267ea0..c75fbc9 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" |