aboutsummaryrefslogtreecommitdiff
path: root/libc/test
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-11-26 11:29:57 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-11-26 11:29:57 +1100
commitcaf25fa378de07eb271be3ef6a63719b5c116875 (patch)
tree65cfb707be0b336f062a3fbb960ec15289dfb27c /libc/test
parentca70500ab7510cd7beb1d84b386e4b640c8e19a2 (diff)
parentf469cb35866a1499ad3855e6753718bd077a816a (diff)
downloadskiboot-caf25fa378de07eb271be3ef6a63719b5c116875.zip
skiboot-caf25fa378de07eb271be3ef6a63719b5c116875.tar.gz
skiboot-caf25fa378de07eb271be3ef6a63719b5c116875.tar.bz2
Merge branch 'update-2.1.1.1'
Diffstat (limited to 'libc/test')
-rw-r--r--libc/test/run-time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/test/run-time.c b/libc/test/run-time.c
index b0a221d..0f377b5 100644
--- a/libc/test/run-time.c
+++ b/libc/test/run-time.c
@@ -1,6 +1,7 @@
#include "/usr/include/assert.h"
#include <stdio.h>
#include <time.h>
+#include <stdint.h>
#include "../time.c"