diff options
author | 2014-01-18 01:49:30 +0000 | |
---|---|---|
committer | 2014-01-18 01:49:30 +0000 | |
commit | 8de3cdac813a5bc4be9b84b2a2274d8bd7831de5 (patch) | |
tree | 601af34bb5f14fa8d8d81837c8d7f20e137df244 | |
parent | Make installboot(8) build on all architectures, although currently with (diff) | |
download | wireguard-openbsd-8de3cdac813a5bc4be9b84b2a2274d8bd7831de5.tar.xz wireguard-openbsd-8de3cdac813a5bc4be9b84b2a2274d8bd7831de5.zip |
Add missing include.
-rw-r--r-- | usr.sbin/installboot/stubs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/installboot/stubs.c b/usr.sbin/installboot/stubs.c index 524cddc945a..1992698deaf 100644 --- a/usr.sbin/installboot/stubs.c +++ b/usr.sbin/installboot/stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stubs.c,v 1.1 2014/01/18 01:44:57 jsing Exp $ */ +/* $OpenBSD: stubs.c,v 1.2 2014/01/18 01:49:30 jsing Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> @@ -16,6 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <err.h> + #include "installboot.h" void |