diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-14 17:54:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-14 17:54:47 +0000 |
commit | 6d069baa03ee6a4555652868187f5a2f1fdc043c (patch) | |
tree | 4ecba821fda41846aab415084e5d7e8d016ee161 /usr.sbin/installboot | |
parent | d851a4108fb73fd65769e0c429d0d8903606050c (diff) |
worse, need even more includes...
Diffstat (limited to 'usr.sbin/installboot')
-rw-r--r-- | usr.sbin/installboot/stubs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/installboot/stubs.c b/usr.sbin/installboot/stubs.c index 1992698deaf..a4b80d90f58 100644 --- a/usr.sbin/installboot/stubs.c +++ b/usr.sbin/installboot/stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stubs.c,v 1.2 2014/01/18 01:49:30 jsing Exp $ */ +/* $OpenBSD: stubs.c,v 1.3 2015/10/14 17:54:46 deraadt Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> @@ -16,6 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <stdlib.h> #include <err.h> #include "installboot.h" |