diff options
| author | 2011-03-21 21:49:29 -0700 | |
|---|---|---|
| committer | 2011-03-21 21:49:29 -0700 | |
| commit | 40e1bdb7ce4185e5c9cd1edb6fb06cc0f370a781 (patch) | |
| tree | 8d60a5a00dc23e1938bbd6cfe8fb86652bdc5969 | |
| parent | e455cd4164f6d283c618208fedeb24791b8d4dc1 (diff) | |
| parent | 3f9e08973f33a5640e52381431ef02aa184dd018 (diff) | |
Merge "Include strings.h instead of string.h for the strcasecmp prototype."
| -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 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" |