#if that should be #ifdef

This commit is contained in:
Daniel Stenberg 2007-07-23 21:48:27 +00:00
parent b3461bab1d
commit 813a1107f4

View File

@ -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