1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-04 13:53:34 +03:00

Fix OpenBSD build error

This commit is contained in:
Erik Ekman 2009-09-20 09:01:47 +00:00 committed by Erik Ekman
parent 93a313b130
commit 379ca540ef

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>