summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/runtime.h1
-rw-r--r--runtime/transport/transport.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index c2e927cc..9881acb7 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -88,6 +88,7 @@ static struct
#include "copy.c"
#include "regs.c"
#include "regs-ia64.c"
+#include "time.c"
#include "task_finder.c"
diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c
index 762c0a92..0592768c 100644
--- a/runtime/transport/transport.c
+++ b/runtime/transport/transport.c
@@ -17,7 +17,6 @@
#include <linux/delay.h>
#include <linux/namei.h>
#include "transport.h"
-#include "time.c"
#include "../mempool.c"
#include "symbols.c"