needs at least some include love; choosing <stdlib.h>
authorderaadt <deraadt@openbsd.org>
Sun, 11 Oct 2015 15:36:58 +0000 (15:36 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 11 Oct 2015 15:36:58 +0000 (15:36 +0000)
usr.sbin/installboot/landisk_installboot.c

index 43ef311..2a613f1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: landisk_installboot.c,v 1.3 2015/10/08 14:50:38 krw Exp $     */
+/*     $OpenBSD: landisk_installboot.c,v 1.4 2015/10/11 15:36:58 deraadt Exp $ */
 
 /*
  * Copyright (c) 2013 Joel Sing <jsing@openbsd.org>
@@ -16,6 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <stdlib.h>
+
 #include "installboot.h"
 
 char   *bootldr;