diff options
| author | Pierre Riteau <priteau@gmail.com> | 2011-01-10 22:44:37 +0100 |
|---|---|---|
| committer | Pierre Riteau <priteau@gmail.com> | 2011-01-10 22:44:37 +0100 |
| commit | 4def8569b8728e4a76ce60d693f06b04cd471155 (patch) | |
| tree | 175b1ac6f52f1eb0bf44e520da8d700419f32206 | |
| parent | 43ab0f8018610efd8ca8ec146b4857f0b3298fb1 (diff) | |
| download | hiredict-4def8569b8728e4a76ce60d693f06b04cd471155.tar.xz | |
strcasecmp and strncasecmp are defined in strings.h
| -rw-r--r-- | async.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ */ #include <string.h> +#include <strings.h> #include <assert.h> #include <ctype.h> #include "async.h" |
