From: Daniel Stenberg Date: Mon, 23 Jul 2007 21:48:27 +0000 (+0000) Subject: #if that should be #ifdef X-Git-Tag: curl-7_17_0-preldapfix~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=813a1107f465197c984ee807f69f916ebfefa212;p=curl #if that should be #ifdef --- 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