From 4e731273edfe852a3eee2949cd20f49fd5b4f6d7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Oct 2015 00:06:29 +0100 Subject: util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch] --- src/gpt-auto-generator/gpt-auto-generator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpt-auto-generator') diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c index 8bdb6c7548..cc1bd3f50e 100644 --- a/src/gpt-auto-generator/gpt-auto-generator.c +++ b/src/gpt-auto-generator/gpt-auto-generator.c @@ -41,6 +41,7 @@ #include "mount-util.h" #include "parse-util.h" #include "path-util.h" +#include "proc-cmdline.h" #include "special.h" #include "stat-util.h" #include "string-util.h" -- cgit v1.2.3-54-g00ecf