From 5e332028f20566d8b9aa0d01c60aff8b9f43bcb7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Nov 2018 20:26:37 +0100 Subject: util-lib: move main() definition macros to its own header file This way, we can extend the macro a bit with stuff pulled in from other headers without this affecting everything which pulls in macro.h, which is one of our most basic headers. This is just refactoring, no change in behaviour, in prepartion for later changes. --- src/remount-fs/remount-fs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/remount-fs') diff --git a/src/remount-fs/remount-fs.c b/src/remount-fs/remount-fs.c index 9a0c39e16f..ece7f2955d 100644 --- a/src/remount-fs/remount-fs.c +++ b/src/remount-fs/remount-fs.c @@ -10,6 +10,7 @@ #include "exit-status.h" #include "log.h" +#include "main-func.h" #include "mount-setup.h" #include "mount-util.h" #include "path-util.h" -- cgit v1.2.1