X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fproc-cmdline.c;h=62c801fe49ffa7d8f52c6ee2be2e16069f701f93;hb=66ecc207e203db5434610395cd04c40ae8727b58;hp=4a36d055e3e265584aafdcd712a72950998b0fbf;hpb=b96ed50e3493103d075ff2ce4c3fbad8f26b2e22;p=elogind.git diff --git a/src/basic/proc-cmdline.c b/src/basic/proc-cmdline.c index 4a36d055e..62c801fe4 100644 --- a/src/basic/proc-cmdline.c +++ b/src/basic/proc-cmdline.c @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - /*** This file is part of systemd. @@ -19,6 +17,10 @@ along with systemd; If not, see . ***/ +#include +#include +#include + #include "alloc-util.h" #include "extract-word.h" #include "fileio.h" @@ -132,8 +134,7 @@ int get_proc_cmdline_key(const char *key, char **value) { } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int shall_restore_state(void) { _cleanup_free_ char *value = NULL; int r;