Fix OpenBSD build error

This commit is contained in:
Erik Ekman 2009-09-20 09:01:47 +00:00
parent 34c69866c9
commit 2c3fdf3346
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ extern const unsigned char raw_header[RAW_HDR_LEN];
#ifdef WINDOWS32
#include "windows.h"
#else
#include <sys/types.h>
#include <sys/socket.h>
#include <err.h>
#include <arpa/inet.h>