include stdlib.h for exit().
This commit is contained in:
parent
5666bd9aa8
commit
4adfbedff5
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: genprom.c,v 1.5 2003/05/08 13:42:17 christos Exp $ */
|
||||
/* $NetBSD: genprom.c,v 1.6 2006/07/12 13:50:23 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* mainly from netbsd:sys/arch/i386/netboot/genprom.c
|
||||
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define PROM_SIZE 0x10000 /* max */
|
||||
|
||||
|
|
Loading…
Reference in New Issue