From 813a1107f465197c984ee807f69f916ebfefa212 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 Jul 2007 21:48:27 +0000 Subject: #if that should be #ifdef --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index de4c59db6..3f93311f6 100644 --- a/lib/url.c +++ b/lib/url.c @@ -60,7 +60,7 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif -#if HAVE_SIGNAL_H +#ifdef HAVE_SIGNAL_H #include #endif -- cgit v1.2.3