diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-09-21 21:05:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-09-21 21:05:41 +0000 |
commit | b30cc46d0a6f9c2931eed4b2252015fd889702e4 (patch) | |
tree | 03f4af6372f6f844c5254eda707ef3c52fd8a4b3 /usr.sbin/mrouted | |
parent | 35017e109943c99b77c326a30cad363fb1209ef8 (diff) |
fix missing err.h includes
Diffstat (limited to 'usr.sbin/mrouted')
-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]; |