Loading src/config.h.in +4 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,8 @@ /* Define if you have the <utime.h> header file */ #undef HAVE_UTIME_H /* Define if you have thhe <sys/utime.h> header file */ /* Define if you have the <sys/utime.h> header file */ #undef HAVE_SYS_UTIME_H /* Define if you have the <sys/select.h> header file */ #undef HAVE_SYS_SELECT_H src/writeout.c +6 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
src/config.h.in +4 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,8 @@ /* Define if you have the <utime.h> header file */ #undef HAVE_UTIME_H /* Define if you have thhe <sys/utime.h> header file */ /* Define if you have the <sys/utime.h> header file */ #undef HAVE_SYS_UTIME_H /* Define if you have the <sys/select.h> header file */ #undef HAVE_SYS_SELECT_H
src/writeout.c +6 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading