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 87dbc5d..cf3db95 100644 (file)
@@ -38,6 +38,8 @@
  * ------------------------------------------------------------
  ****************************************************************************/
 
+#include <string.h>
+
 #include "setup.h"
 
 int strequal(const char *first, const char *second)