give up; include stdlib.h from the .h file, sigh
authorderaadt <deraadt@openbsd.org>
Thu, 15 Oct 2015 04:41:09 +0000 (04:41 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 15 Oct 2015 04:41:09 +0000 (04:41 +0000)
usr.sbin/installboot/installboot.h
usr.sbin/installboot/stubs.c

index 82961c9..996a574 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: installboot.h,v 1.8 2015/10/14 14:13:12 jsg Exp $     */
+/*     $OpenBSD: installboot.h,v 1.9 2015/10/15 04:41:09 deraadt Exp $ */
 /*
  * Copyright (c) 2012, 2013 Joel Sing <jsing@openbsd.org>
  *
@@ -15,6 +15,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <stdlib.h>
+
 extern int nowrite;
 extern int stages;
 extern int verbose;
index a4b80d9..ced93a1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stubs.c,v 1.3 2015/10/14 17:54:46 deraadt Exp $       */
+/*     $OpenBSD: stubs.c,v 1.4 2015/10/15 04:41:10 deraadt Exp $       */
 
 /*
  * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
@@ -16,7 +16,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <stdlib.h>
 #include <err.h>
 
 #include "installboot.h"