aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-23 21:48:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-23 21:48:27 +0000
commit813a1107f465197c984ee807f69f916ebfefa212 (patch)
treed3d60acb31fd15c0e294b818a7b6e575260e7256 /lib/url.c
parentb3461bab1df4221abf74d7c159cf5c719b1b9744 (diff)
#if that should be #ifdef
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/ioctl.h>
#endif
-#if HAVE_SIGNAL_H
+#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif