strcasecmp and strncasecmp are defined in strings.h

This commit is contained in:
Pierre Riteau 2011-01-10 22:44:37 +01:00
parent 43ab0f8018
commit 4def8569b8
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
*/
#include <string.h>
#include <strings.h>
#include <assert.h>
#include <ctype.h>
#include "async.h"