chiark / gitweb /
udp: Use <bsd/sys/queue.h> for notify lists
[secnet.git] / secnet.h
index 8a60ee30546ed4382c191f872e2f9cc04f32dc90..cd2ea51e9212b96d1886d8ee158b052faf183a3b 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -19,6 +19,8 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
+#include <bsd/sys/queue.h>
+
 #define MAX_PEER_ADDRS 5
 /* send at most this many copies; honour at most that many addresses */