OSDN Git Service

Add missing include headers for compilation on Intel SDK for Google TV.
authorOlivier Bailly <olivier@google.com>
Wed, 17 Nov 2010 03:18:59 +0000 (19:18 -0800)
committerOlivier Bailly <olivier@google.com>
Wed, 17 Nov 2010 03:18:59 +0000 (19:18 -0800)
Change-Id: I172667643e13e2e1c278fd4c0156d5a2445d79f7

micro_bench/micro_bench.c
procrank/procrank.c

index c67a52f..c65085f 100644 (file)
@@ -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) {
index e026a50..a522f6f 100644 (file)
@@ -19,6 +19,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
+#include <string.h>
 
 #include <pagemap/pagemap.h>