ports/security/openvas8-libraries/files/patch-nasl-capture_packet.c
Jose Alonso Cardenas Marquez 29c543f285 - Rename openvas ports for reflect 8 version in name. I'll add openvas9 ports
and I'll take maintainership of them
2017-08-03 22:21:37 +00:00

10 lines
313 B
C

--- nasl/capture_packet.c.orig 2015-08-03 10:14:31 UTC
+++ nasl/capture_packet.c
@@ -17,6 +17,7 @@
*
*/
+#include <sys/socket.h> /* for AF_INET6 */
#include <arpa/inet.h> /* for inet_ntoa */
#include <string.h> /* for bcopy */
#include <glib.h> /* for gfree */