mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-23 11:27:24 +00:00
Fix build on OpenBSD
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a,b) ((a)<(b)?(a):(b))
|
||||
|
@@ -17,6 +17,7 @@
|
||||
#ifndef __FW_QUERY_H__
|
||||
#define __FW_QUERY_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#define FW_QUERY_CACHE_SIZE 16
|
||||
|
Reference in New Issue
Block a user