diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-23 21:48:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-23 21:48:27 +0000 |
commit | 813a1107f465197c984ee807f69f916ebfefa212 (patch) | |
tree | d3d60acb31fd15c0e294b818a7b6e575260e7256 /lib | |
parent | b3461bab1df4221abf74d7c159cf5c719b1b9744 (diff) |
#if that should be #ifdef
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |