summaryrefslogtreecommitdiff
path: root/micro_bench
diff options
context:
space:
mode:
authorOlivier Bailly <olivier@google.com>2010-11-16 19:18:59 -0800
committerOlivier Bailly <olivier@google.com>2010-11-16 19:18:59 -0800
commitb56034796a7cadee89c4cd5e3c0f0730193231de (patch)
tree2c7b279763fd0f504fc72aa8e47f528a64ba376e /micro_bench
parent0bdc4387cad6355da33178c597f7aa4d931c09e1 (diff)
downloadextras-b56034796a7cadee89c4cd5e3c0f0730193231de.tar.gz
Add missing include headers for compilation on Intel SDK for Google TV.
Change-Id: I172667643e13e2e1c278fd4c0156d5a2445d79f7
Diffstat (limited to 'micro_bench')
-rw-r--r--micro_bench/micro_bench.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/micro_bench/micro_bench.c b/micro_bench/micro_bench.c
index c67a52fa..c65085f7 100644
--- a/micro_bench/micro_bench.c
+++ b/micro_bench/micro_bench.c
@@ -24,6 +24,8 @@
#include <sys/uio.h>
#include <unistd.h>
#include <sys/time.h>
+#include <stdint.h>
+#include <string.h>
/* tv2 -= tv1 */
static void tv_sub(struct timeval *tv2, struct timeval *tv1) {