aboutsummaryrefslogtreecommitdiff
path: root/lib/strequal.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-27 07:27:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-27 07:27:32 +0000
commitdccc77a32595f39c01198ccdd9e2c7794588c556 (patch)
tree6acc527ac1eba4da7eedb1b856c3e144e8e3a487 /lib/strequal.c
parent13ac89af24f8d478147d091d652a8599399311b8 (diff)
Eric Lavigne updates
Diffstat (limited to 'lib/strequal.c')
-rw-r--r--lib/strequal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strequal.c b/lib/strequal.c
index 988f774bd..6859e26bd 100644
--- a/lib/strequal.c
+++ b/lib/strequal.c
@@ -24,6 +24,7 @@
#include "setup.h"
#include <string.h>
+#include <ctype.h>
int curl_strequal(const char *first, const char *second)
{