summaryrefslogtreecommitdiff
path: root/net/mrstat/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2017-02-17 17:11:23 +0000
committerjoerg <joerg>2017-02-17 17:11:23 +0000
commit9c85d3756e14a8c0a814d8565553834762c92316 (patch)
treebb23922a0ee1ecf945be8e5355f72d01d367716b /net/mrstat/patches
parentd7a87cf5d04eb93b1f89dcc4e288729ce60948ce (diff)
downloadpkgsrc-9c85d3756e14a8c0a814d8565553834762c92316.tar.gz
Missing include.
Diffstat (limited to 'net/mrstat/patches')
-rw-r--r--net/mrstat/patches/patch-mrstat.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/mrstat/patches/patch-mrstat.c b/net/mrstat/patches/patch-mrstat.c
new file mode 100644
index 00000000000..40100a9a12e
--- /dev/null
+++ b/net/mrstat/patches/patch-mrstat.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-mrstat.c,v 1.1 2017/02/17 17:11:23 joerg Exp $
+
+--- mrstat.c.orig 2017-02-17 11:57:14.884313822 +0000
++++ mrstat.c
+@@ -13,6 +13,7 @@
+ #include <sys/types.h>
+ #include <sys/param.h>
+ #include <sys/socket.h>
++#include <sys/stat.h>
+ #include <err.h>
+ #include <fcntl.h>
+ #include <netdb.h>