diff --git a/src/config.h.in b/src/config.h.in index 31825bf65f078caf5e2f559ed26a649e350c8444..5658fcdcf5d79607707a8d8ac8bf1e1e6453e164 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -17,5 +17,8 @@ /* Define if you have the header file */ #undef HAVE_UTIME_H -/* Define if you have thhe header file */ +/* Define if you have the header file */ #undef HAVE_SYS_UTIME_H + +/* Define if you have the header file */ +#undef HAVE_SYS_SELECT_H diff --git a/src/writeout.c b/src/writeout.c index c0be70b2f79b9e920d6c1b101fe33d7cd7b078a4..343e96ffcb0b82629ac4565808346b8880f9fefa 100644 --- a/src/writeout.c +++ b/src/writeout.c @@ -21,9 +21,15 @@ * $Id$ *****************************************************************************/ +#include "setup.h" + #include #include +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #include #define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */