diff options
author | 2011-09-21 21:05:40 +0000 | |
---|---|---|
committer | 2011-09-21 21:05:40 +0000 | |
commit | 8798801853c9277ecff3dcb50dcbbba3ef6bb3ed (patch) | |
tree | 0119b4db646ab3b5a4151332161bcd67f07a19fb /usr.sbin/mrouted/main.c | |
parent | sync (diff) | |
download | wireguard-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.c | 1 |
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]; |