mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
Fix OpenBSD build error
This commit is contained in:
parent
34c69866c9
commit
2c3fdf3346
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue