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/md.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/md.c') diff --git a/commands/md.c b/commands/md.c index c88259a3f8..3e83c723a3 100644 --- a/commands/md.c +++ b/commands/md.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3