From 4f17444eccebeeadeaed212568a202ef97f4e71f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 11 Apr 2016 11:06:07 +0200 Subject: libfile: move open_and_lseek() to libfile libfile is a collection of helpers for handling files. open_and_lseek() is a perfect match for this, so move it there. Signed-off-by: Sascha Hauer --- commands/mm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/mm.c') diff --git a/commands/mm.c b/commands/mm.c index 7c890a6696..6d2a887892 100644 --- a/commands/mm.c +++ b/commands/mm.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3