<stdlib.h> is needed for exit(3) when building with -fno-builtin.

This commit is contained in:
Dag-Erling Smørgrav 2001-06-19 12:03:14 +00:00
parent 5c9321595d
commit 847cd4bdd0

View file

@ -45,6 +45,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <stdlib.h>
#include <unistd.h>
int main __P((void));