]> granicus.if.org Git - curl/commitdiff
Added #include <string.h>
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2000 17:23:51 +0000 (17:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2000 17:23:51 +0000 (17:23 +0000)
lib/strequal.c

index 87dbc5d866ee011795b8246a843466693e8eca17..cf3db959e2ec963f18bcf5262f31cd28766b67fb 100644 (file)
@@ -38,6 +38,8 @@
  * ------------------------------------------------------------
  ****************************************************************************/
 
+#include <string.h>
+
 #include "setup.h"
 
 int strequal(const char *first, const char *second)