summaryrefslogtreecommitdiff
path: root/f2fs_utils
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 21:16:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-30 21:16:15 +0000
commit7a0b43b908ed6fd77c22ca4506b7b1d008747bf9 (patch)
tree6420e1e4ab0ea86a49548d86a5beb053663e0134 /f2fs_utils
parent8dd5f33b9c982006990a43ae81d64b30c8e9aedb (diff)
parent22669b72523d4aee0f5756515c42df82ed67eda7 (diff)
downloadextras-7a0b43b908ed6fd77c22ca4506b7b1d008747bf9.tar.gz
am 22669b72: Merge "Add missing includes."
* commit '22669b72523d4aee0f5756515c42df82ed67eda7': Add missing includes.
Diffstat (limited to 'f2fs_utils')
-rw-r--r--f2fs_utils/f2fs_sparseblock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/f2fs_utils/f2fs_sparseblock.c b/f2fs_utils/f2fs_sparseblock.c
index e17e2b3b..950628c8 100644
--- a/f2fs_utils/f2fs_sparseblock.c
+++ b/f2fs_utils/f2fs_sparseblock.c
@@ -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"