diff options
Diffstat (limited to 'net/netdude/files/patch-nd_icmp.c')
-rw-r--r-- | net/netdude/files/patch-nd_icmp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/netdude/files/patch-nd_icmp.c b/net/netdude/files/patch-nd_icmp.c new file mode 100644 index 000000000000..befb45bd440e --- /dev/null +++ b/net/netdude/files/patch-nd_icmp.c @@ -0,0 +1,10 @@ +--- protocols/icmp/nd_icmp.c.orig Fri Sep 20 02:41:19 2002 ++++ protocols/icmp/nd_icmp.c Sun Oct 13 12:00:17 2002 +@@ -22,6 +22,7 @@ + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + */ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> |