opnsense-ports/dns/dnstable/files/patch-dnstable_query.c
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

11 lines
205 B
C

--- dnstable/query.c.orig 2014-05-21 21:37:25 UTC
+++ dnstable/query.c
@@ -15,6 +15,8 @@
*/
#include <arpa/inet.h>
+#include <sys/socket.h>
+#include <sys/endian.h>
#include "dnstable-private.h"