15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
$NetBSD: patch-aj,v 1.1 2011/01/01 12:13:11 obache Exp $
|
|
|
|
* need to include sys/socket.h exactly on DragonFly.
|
|
|
|
--- libopenvas/ids_send.c.orig 2008-12-16 13:03:21.000000000 +0000
|
|
+++ libopenvas/ids_send.c
|
|
@@ -36,6 +36,7 @@
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <arpa/inet.h>
|
|
+#include <sys/socket.h>
|
|
|
|
#include "arglists.h"
|
|
#include "bpf_share.h"
|