nxplayer: Needs to include strings.h for strcasecp()

This commit is contained in:
Gregory Nutt 2017-02-27 09:25:35 -06:00
parent 9eeff9b09a
commit a7f9c09a80

View File

@ -53,6 +53,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>