ports/net/rbldnsd/patches/patch-btrie_c

12 lines
250 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: btrie.c
--- btrie.c.orig
+++ btrie.c
@@ -301,6 +301,7 @@
#include <stdlib.h>
#include <string.h>
#include <setjmp.h>
+#include <sys/socket.h>
#if defined(TEST) && defined(NDEBUG)
# warning undefining NDEBUG for TEST build
# undef NDEBUG