Fix FreeBSD build error, remove more includes

This commit is contained in:
Erik Ekman 2009-09-20 09:09:18 +00:00 committed by Erik Ekman
parent f9c2257ba9
commit b6eb8d75d4
2 changed files with 2 additions and 6 deletions

View File

@ -26,6 +26,8 @@
#include <time.h>
#include <zlib.h>
#include "common.h"
#ifdef WINDOWS32
#include "windows.h"
#include <winsock2.h>
@ -45,7 +47,6 @@
#include <syslog.h>
#endif
#include "common.h"
#include "dns.h"
#include "encoding.h"
#include "base32.h"

View File

@ -21,16 +21,11 @@
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include <sys/types.h>
#include <fcntl.h>
#ifdef WINDOWS32
#include <winsock2.h>
#else
#include <err.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <netdb.h>
#endif