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/partition/makefs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/partition') diff --git a/src/partition/makefs.c b/src/partition/makefs.c index dcc69c6a20..b2702d20f7 100644 --- a/src/partition/makefs.c +++ b/src/partition/makefs.c @@ -11,6 +11,7 @@ #include "alloc-util.h" #include "dissect-image.h" +#include "main-func.h" #include "process-util.h" #include "signal-util.h" #include "string-util.h" -- cgit v1.2.3