[Cryptech-Commits] [user/ft/libcli] branch master updated: Include strings.h, for strcasecmp().
git at cryptech.is
git at cryptech.is
Thu Jun 9 03:34:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/ft/libcli.
The following commit(s) were added to refs/heads/master by this push:
new 8e48837 Include strings.h, for strcasecmp().
8e48837 is described below
commit 8e488375459c3057f2f3865e5626a2009bb47415
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed Jun 8 23:33:59 2016 -0400
Include strings.h, for strcasecmp().
---
libcli.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libcli.c b/libcli.c
index 730a8ab..2f09d32 100644
--- a/libcli.c
+++ b/libcli.c
@@ -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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list