mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 05:09:20 +02:00
Fix for compile error on FreeBSD
This commit is contained in:
parent
85e75cadea
commit
45d0708306
|
@ -17,8 +17,7 @@
|
||||||
#ifndef __FW_QUERY_H__
|
#ifndef __FW_QUERY_H__
|
||||||
#define __FW_QUERY_H__
|
#define __FW_QUERY_H__
|
||||||
|
|
||||||
#include <netinet/in.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in_systm.h>
|
|
||||||
|
|
||||||
#define FW_QUERY_CACHE_SIZE 16
|
#define FW_QUERY_CACHE_SIZE 16
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue