strcasecmp is in strings.h.

Based on patch by Pauli Nieminen.  Thanks.
main
Ian Romanick 2009-07-06 09:23:59 -07:00
parent 3dda0050f1
commit 015efd1bfa
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <strings.h>
#include <ctype.h>
#include <fcntl.h>
#include <errno.h>