projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7052563
)
fix compilation (includes)
author
Brian Norris
<banorris@uci.edu>
Thu, 20 Sep 2012 16:42:14 +0000
(09:42 -0700)
committer
Brian Norris
<banorris@uci.edu>
Thu, 20 Sep 2012 16:42:14 +0000
(09:42 -0700)
nodestack.cc
patch
|
blob
|
history
schedule.cc
patch
|
blob
|
history
diff --git
a/nodestack.cc
b/nodestack.cc
index 715dbb23d051badd48b84b31218c95c97a213425..86d7f6bbc61a5f88caeb56ff54810e255514a0fd 100644
(file)
--- a/
nodestack.cc
+++ b/
nodestack.cc
@@
-1,3
+1,5
@@
+#include <string.h>
+
#include "nodestack.h"
#include "action.h"
#include "common.h"
diff --git
a/schedule.cc
b/schedule.cc
index 8883d2a9b82cccc78a47b62a14d05e0e64ee52a5..10a335cb3ef82e2428a802d449e9bf75d61b0268 100644
(file)
--- a/
schedule.cc
+++ b/
schedule.cc
@@
-1,3
+1,6
@@
+#include <string.h>
+#include <stdlib.h>
+
#include "threads.h"
#include "schedule.h"
#include "common.h"