summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/main.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2011-09-21 21:05:40 +0000
committerjsg <jsg@openbsd.org>2011-09-21 21:05:40 +0000
commit8798801853c9277ecff3dcb50dcbbba3ef6bb3ed (patch)
tree0119b4db646ab3b5a4151332161bcd67f07a19fb /usr.sbin/mrouted/main.c
parentsync (diff)
downloadwireguard-openbsd-8798801853c9277ecff3dcb50dcbbba3ef6bb3ed.tar.xz
wireguard-openbsd-8798801853c9277ecff3dcb50dcbbba3ef6bb3ed.zip
fix missing err.h includes
Diffstat (limited to 'usr.sbin/mrouted/main.c')
-rw-r--r--usr.sbin/mrouted/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c
index a217940a862..161226d97be 100644
--- a/usr.sbin/mrouted/main.c
+++ b/usr.sbin/mrouted/main.c
@@ -23,6 +23,7 @@
#include <stdarg.h>
#include <fcntl.h>
#include <util.h>
+#include <err.h>
extern char *configfilename;
char versionstring[100];