Merge pull request #275 from superjudge/fix-includes-cc26xx-web-demo

Include strings.h to access strncasecmp
This commit is contained in:
Simon Duquennoy 2018-01-11 14:37:45 +01:00 committed by GitHub
commit bfbc0af26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "ti-lib.h"
/*---------------------------------------------------------------------------*/

View File

@ -71,6 +71,7 @@
#include <stdint.h>
#include <string.h>
#include <strings.h>
#include <stdio.h>
#include <stdlib.h>
/*---------------------------------------------------------------------------*/