opnsense-ports/sysutils/nfsping/files/patch-src__nfsping.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
293 B
C

--- ./src/nfsping.h.orig 2013-10-17 23:14:46.000000000 -0500
+++ ./src/nfsping.h 2013-11-15 09:52:50.587560177 -0600
@@ -13,6 +13,7 @@
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <math.h>