summaryrefslogtreecommitdiff
path: root/f2fs_utils
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-20 07:16:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-20 07:16:44 +0000
commit47aa9766c425a42c9b316a63e41e43ac12209275 (patch)
treefdfe3cf839250c46ef9778b0c0d5d0e2dead4750 /f2fs_utils
parent60b65858587614112d584e0eb5da836eef26a26c (diff)
parentc11e670a4209b05e1d05646cc81dd67bebd7693b (diff)
downloadextras-47aa9766c425a42c9b316a63e41e43ac12209275.tar.gz
am c11e670a: am 3d5ff951: Merge "Add missing include."
* commit 'c11e670a4209b05e1d05646cc81dd67bebd7693b': Add missing include.
Diffstat (limited to 'f2fs_utils')
-rw-r--r--f2fs_utils/f2fs_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/f2fs_utils/f2fs_utils.c b/f2fs_utils/f2fs_utils.c
index d42ccc1a..4c92622b 100644
--- a/f2fs_utils/f2fs_utils.c
+++ b/f2fs_utils/f2fs_utils.c
@@ -29,7 +29,7 @@
#define _LARGEFILE64_SOURCE
#include <fcntl.h>
-#include <dlfcn.h>
+#include <string.h>
#include <f2fs_fs.h>
#include <f2fs_format_utils.h>