Fix missing headers for WITH_TLS=no.

pull/211/merge
Roger A. Light 11 years ago
parent fd7d5ebbb9
commit ef4b7a52a0

@ -19,6 +19,7 @@ Contributors:
#ifndef WIN32 #ifndef WIN32
#include <syslog.h> #include <syslog.h>
#endif #endif
#include <time.h>
#ifndef CMAKE #ifndef CMAKE
#include <config.h> #include <config.h>

@ -31,6 +31,10 @@ Contributors:
#include <ws2tcpip.h> #include <ws2tcpip.h>
#endif #endif
#ifndef WIN32
# include <sys/time.h>
#endif
#include <errno.h> #include <errno.h>
#include <signal.h> #include <signal.h>
#include <stdio.h> #include <stdio.h>

Loading…
Cancel
Save