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
#include <syslog.h>
#endif
#include <time.h>
#ifndef CMAKE
#include <config.h>

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

Loading…
Cancel
Save