Loading src/main.c +10 −1 Original line number Diff line number Diff line Loading @@ -50,9 +50,18 @@ #include <winsock.h> #endif #ifdef TIME_WITH_SYS_TIME /* We can include both fine */ #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H # include <sys/time.h> #else # include <time.h> #endif #endif #include "version.h" Loading Loading
src/main.c +10 −1 Original line number Diff line number Diff line Loading @@ -50,9 +50,18 @@ #include <winsock.h> #endif #ifdef TIME_WITH_SYS_TIME /* We can include both fine */ #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H # include <sys/time.h> #else # include <time.h> #endif #endif #include "version.h" Loading