diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-08 23:33:59 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-08 23:33:59 -0400 |
commit | 8e488375459c3057f2f3865e5626a2009bb47415 (patch) | |
tree | 8e719b559227f17c38fe2668910c13dc624eb0eb | |
parent | 86814a2c11edd161e6611cf2f7764030eae1d565 (diff) |
Include strings.h, for strcasecmp().
-rw-r--r-- | libcli.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include <memory.h> #endif /* CRYPTECH_NO_MEMORY_H */ #include <string.h> +#include <strings.h> #include <unistd.h> #if !defined(WIN32) && !defined(CRYPTECH_NO_REGEXP) #include <regex.h> |