Add missing stdlib.h include
This commit is contained in:
parent
8115e016aa
commit
42a71b4d7b
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: LintAlphaGen.c,v 1.1 1996/12/22 11:44:55 cgd Exp $ */
|
/* $NetBSD: LintAlphaGen.c,v 1.2 1997/07/13 18:35:25 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1996 Christopher G. Demetriou
|
* Copyright (c) 1996 Christopher G. Demetriou
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* gen
|
* gen
|
||||||
|
|
Loading…
Reference in New Issue