1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/netdude/files/patch-protocols-icmp::nd_icmp.c
Edwin Groothuis 95984d4c26 Make net/netdude compiling on -current again.
PR:		ports/45538
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se>
2002-11-24 09:52:50 +00:00

11 lines
311 B
C

--- 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>