OSDN Git Service

Add missing includes.
authorElliott Hughes <enh@google.com>
Fri, 30 Jan 2015 05:26:35 +0000 (21:26 -0800)
committerElliott Hughes <enh@google.com>
Fri, 30 Jan 2015 05:26:35 +0000 (21:26 -0800)
Change-Id: Ie3acca064c1bcecb4e0305e61f01ba8cea4abe03

cpustats/cpustats.c
f2fs_utils/f2fs_sparseblock.c
kexec_tools/kexecload.c
latencytop/latencytop.c
procmem/procmem.c
sound/playwav.c
tests/crypto/get_dm_versions.c
tests/lib/testUtil/testUtil.c
tests/schedtest/schedtest.c
tests/storage/wipe_blkdev.c

index d720f5e..32d75b2 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #define MAX_BUF_SIZE 64
index e17e2b3..950628c 100644 (file)
@@ -8,6 +8,8 @@
 #include <fcntl.h>
 #include <f2fs_fs.h>
 #include <linux/types.h>
+#include <malloc.h>
+#include <string.h>
 #include <sys/stat.h>
 #include "f2fs_sparseblock.h"
 
index 0beef89..18f5e64 100644 (file)
@@ -4,6 +4,7 @@
 #include <sys/mman.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <sys/syscall.h>
 #include <sys/types.h>
index 78d7c71..667fbf7 100644 (file)
@@ -20,6 +20,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #define MAX_LINE 512
index dac00a0..28055d8 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <pagemap/pagemap.h>
 
index bb37d4a..19a755e 100644 (file)
@@ -5,8 +5,10 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <stdint.h>
+#include <string.h>
 #include <sys/mman.h>
 #include <sys/ioctl.h>
+#include <unistd.h>
 
 #include <linux/ioctl.h>
 
index 6df7491..8ffe0a1 100644 (file)
@@ -4,6 +4,7 @@
 #include <sys/ioctl.h>
 #include <linux/dm-ioctl.h>
 #include <stdlib.h>
+#include <string.h>
 
 #define DM_CRYPT_BUF_SIZE 4096
 
index b4edbd6..983e7a4 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <time.h>
 
 #include <sys/time.h>
index f15b66b..73ffadc 100644 (file)
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
+#include <sys/time.h>
 #include <sys/uio.h>
 #include <unistd.h>
 
index 43b630b..3cca7d2 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>