diff options
Diffstat (limited to 'testing/openvas-libraries/001-maxhostnamelen.patch')
-rw-r--r-- | testing/openvas-libraries/001-maxhostnamelen.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/openvas-libraries/001-maxhostnamelen.patch b/testing/openvas-libraries/001-maxhostnamelen.patch new file mode 100644 index 0000000000..373554d4ab --- /dev/null +++ b/testing/openvas-libraries/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> |