From b078eb31d5077711685ba4e5c5399c435415de12 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 4 Apr 2016 18:47:03 +0000 Subject: [PATCH] unbreak following queue.h/mbuf.h changes --- net/ifstat/patches/patch-drivers_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/ifstat/patches/patch-drivers_c diff --git a/net/ifstat/patches/patch-drivers_c b/net/ifstat/patches/patch-drivers_c new file mode 100644 index 00000000000..6d568dd62b0 --- /dev/null +++ b/net/ifstat/patches/patch-drivers_c @@ -0,0 +1,11 @@ +$OpenBSD: patch-drivers_c,v 1.1 2016/04/04 18:47:03 sthen Exp $ +--- drivers.c.orig Mon Apr 4 19:46:02 2016 ++++ drivers.c Mon Apr 4 19:46:11 2016 +@@ -60,6 +60,7 @@ char *strchr (), *strrchr (); + #include + #endif + #ifdef HAVE_SYS_MBUF_H ++#include + #include + #endif + #ifdef HAVE_NET_ROUTE_H