mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 10:19:18 +02:00
Fix for compile error on FreeBSD
This commit is contained in:
parent
7335940130
commit
3b4cc0989c
|
@ -17,8 +17,7 @@
|
|||
#ifndef __FW_QUERY_H__
|
||||
#define __FW_QUERY_H__
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/in_systm.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#define FW_QUERY_CACHE_SIZE 16
|
||||
|
||||
|
|
Loading…
Reference in New Issue