Package: dns-flood-detector / 1.20-5

fix_prototyp Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
From: dann frazier <dannf@debian.org>
Subject: fix missing function prototype definition

--- a/dns_flood_detector.c
+++ b/dns_flood_detector.c
@@ -107,6 +107,7 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <sys/socket.h>
 #include <netinet/in_systm.h>
 #include <netinet/in.h>
 #include <netinet/ip.h>