aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-libs/001-maxhostnamelen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gvm-libs/001-maxhostnamelen.patch')
-rw-r--r--community/gvm-libs/001-maxhostnamelen.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gvm-libs/001-maxhostnamelen.patch b/community/gvm-libs/001-maxhostnamelen.patch
new file mode 100644
index 0000000000..373554d4ab
--- /dev/null
+++ b/community/gvm-libs/001-maxhostnamelen.patch
@@ -0,0 +1,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>