aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-11-26 11:29:31 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-11-26 11:29:31 +1100
commitf469cb35866a1499ad3855e6753718bd077a816a (patch)
treec35e844a9b2f1b70b07763a272f2921b628f834d
parent17e1e12ecfff1dea9f388b8c816ad638b0eff720 (diff)
downloadskiboot-f469cb35866a1499ad3855e6753718bd077a816a.zip
skiboot-f469cb35866a1499ad3855e6753718bd077a816a.tar.gz
skiboot-f469cb35866a1499ad3855e6753718bd077a816a.tar.bz2
Include stdint.h for libc/test/run-time.c, fixing build
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-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 95662f4..016416c 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"