summaryrefslogtreecommitdiff
path: root/ext4_utils/indirect.c
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-12-22 18:40:14 -0800
committerColin Cross <ccross@android.com>2011-01-05 15:35:58 -0800
commit33f96c66e9a1f2e266a75e5e84c091dffa6ef118 (patch)
tree6e9a08128cd925d464bc2bb209f1f1874dc9a11d /ext4_utils/indirect.c
parent22742ce739a046a079b2e1b03342a25472dfa352 (diff)
downloadextras-33f96c66e9a1f2e266a75e5e84c091dffa6ef118.tar.gz
ext4_utils: Add support for >2G input files
Change-Id: I6af69d676610099d3912e90fcab3cbdc27ace4e2
Diffstat (limited to 'ext4_utils/indirect.c')
-rw-r--r--ext4_utils/indirect.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext4_utils/indirect.c b/ext4_utils/indirect.c
index d776d571..4e768a16 100644
--- a/ext4_utils/indirect.c
+++ b/ext4_utils/indirect.c
@@ -14,9 +14,6 @@
* limitations under the License.
*/
-#include <stdlib.h>
-#include <stdio.h>
-
#include "ext4_utils.h"
#include "ext4.h"
#include "ext4_extents.h"
@@ -24,6 +21,9 @@
#include "indirect.h"
#include "allocate.h"
+#include <stdlib.h>
+#include <stdio.h>
+
/* Creates data buffers for the first backing_len bytes of a block allocation
and queues them to be written */
static u8 *create_backing(struct block_allocation *alloc,