diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-07-16 00:14:41 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:16 +0200 |
commit | f1b261205a9bc1533af851e6fc41f2af6e8e1188 (patch) | |
tree | a225ef46bafd3ce96bf0f06e3560ea89b7d50a8a /kern/startup.c | |
parent | 9988809c45696331e4ff6a831653f042211ad8ae (diff) | |
download | gnumach-f1b261205a9bc1533af851e6fc41f2af6e8e1188.tar.gz gnumach-f1b261205a9bc1533af851e6fc41f2af6e8e1188.tar.bz2 gnumach-f1b261205a9bc1533af851e6fc41f2af6e8e1188.zip |
2008-07-15 Barry deFreese <bddebian@comcast.net>
* kern/time_stamp.h (timestamp_init): Add prototype.
* kern/startup.c: Include <kern/time_stamp.h>.
Diffstat (limited to 'kern/startup.c')
-rw-r--r-- | kern/startup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/startup.c b/kern/startup.c index e09cfdb0..6595d61c 100644 --- a/kern/startup.c +++ b/kern/startup.c @@ -42,6 +42,7 @@ #include <kern/thread.h> #include <kern/thread_swap.h> #include <kern/timer.h> +#include <kern/time_stamp.h> #include <kern/zalloc.h> #include <vm/vm_kern.h> #include <vm/vm_map.h> |