Commit 4def8569 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

strcasecmp and strncasecmp are defined in strings.h

parent 43ab0f80
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
*/ */
#include <string.h> #include <string.h>
#include <strings.h>
#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>
#include "async.h" #include "async.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment