http://git.etherboot.org
/
rpld.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Inhibit compiler warnings.
[rpld.git]
/
rpld_conf.y
diff --git
a/rpld_conf.y
b/rpld_conf.y
index
7f5a22a
..
bd53e8e
100644
(file)
--- a/
rpld_conf.y
+++ b/
rpld_conf.y
@@
-82,6
+82,8
@@
static char rcsid[]="$Id: rpld_conf.y,v 1.8 2001/11/01 15:23:59 root Exp $";
#include "project.h"
+#include <stdlib.h>
+
// state machine stuff
typedef enum {START, BLOCK_START, BLOCK_END, ASSERTION, ASSIGNMENT} THING ;