mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-01 22:53:05 +00:00
netutils/webserver: Needs to include strings.h for strcasecmp()
This commit is contained in:
parent
a7e34f3b97
commit
c69ec6c7e8
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue