aboutsummaryrefslogtreecommitdiff
path: root/src/writeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writeout.c')
-rw-r--r--src/writeout.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/writeout.c b/src/writeout.c
index c0be70b2f..343e96ffc 100644
--- a/src/writeout.c
+++ b/src/writeout.c
@@ -21,9 +21,15 @@
* $Id$
*****************************************************************************/
+#include "setup.h"
+
#include <stdio.h>
#include <string.h>
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#include <curl/curl.h>
#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */