aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-libs/001-maxhostnamelen.patch
blob: 373554d4ab0cf15f50c39e9db7b79c8c97a5ba9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/misc/pcap.c b/misc/pcap.c
index 125ea24..fa24299 100644
--- a/misc/pcap.c
+++ b/misc/pcap.c
@@ -16,6 +16,7 @@
  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <sys/param.h>
 #include <netinet/in.h>
 #include <resolv.h>
 #include <pcap.h>