projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8277657
)
schedsim: fixed building of test
author
Roni Häcki
<roni.haecki@inf.ethz.ch>
Thu, 28 Sep 2017 11:06:13 +0000 (13:06 +0200)
committer
Roni Häcki
<roni.haecki@inf.ethz.ch>
Thu, 28 Sep 2017 11:06:13 +0000 (13:06 +0200)
Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>
tools/schedsim/simulator.c
patch
|
blob
|
history
diff --git
a/tools/schedsim/simulator.c
b/tools/schedsim/simulator.c
index
db8e3a9
..
dcfe3f7
100644
(file)
--- a/
tools/schedsim/simulator.c
+++ b/
tools/schedsim/simulator.c
@@
-18,6
+18,8
@@
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>
+#include <sys/param.h>
+
/***** Prerequisite definitions copied from Barrelfish headers *****/