#if that should be #ifdef
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Jul 2007 21:48:27 +0000 (21:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Jul 2007 21:48:27 +0000 (21:48 +0000)
lib/url.c

index de4c59d..3f93311 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -60,7 +60,7 @@
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif
-#if HAVE_SIGNAL_H
+#ifdef HAVE_SIGNAL_H
 #include <signal.h>
 #endif