Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f9e0897 authored by Carl Shapiro's avatar Carl Shapiro
Browse files

Include strings.h instead of string.h for the strcasecmp prototype.

Change-Id: I6b0ddc2408c30851edcffb36f1bc74245403ffc7
parent b2613555
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#include <string.h>
#include <strings.h>

#include "AudioCodec.h"