projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecca9a3
)
action: add <stdlib>
author
Brian Norris
<banorris@uci.edu>
Tue, 16 Apr 2013 02:53:40 +0000
(19:53 -0700)
committer
Brian Norris
<banorris@uci.edu>
Tue, 16 Apr 2013 18:38:00 +0000
(11:38 -0700)
For exit() and EXIT_*
action.cc
patch
|
blob
|
history
diff --git
a/action.cc
b/action.cc
index 2750edf13b685e728c946d093e8352c70bfc8151..0084fd3411cdb57e888b1dcef161eb16a6d1398d 100644
(file)
--- a/
action.cc
+++ b/
action.cc
@@
-1,6
+1,7
@@
#include <stdio.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
+#include <stdlib.h>
#include "model.h"
#include "action.h"