1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 20:51:30 +00:00

Remove <netinet/in.h> include from payload.cc. It doesn't seem to be required

and it was breaking Windows compilation.
This commit is contained in:
david
2010-05-25 18:39:50 +00:00
parent 4118427819
commit 0760591a8f

View File

@@ -90,7 +90,6 @@
/* $Id$ */ /* $Id$ */
#include <errno.h> #include <errno.h>
#include <netinet/in.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>