openrc-init: missing includes from IWYU
This commit is contained in:
parent
aa5c3ccd0b
commit
01acbe3c27
@ -27,16 +27,16 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/reboot.h>
|
#include <sys/reboot.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
#include <utmp.h>
|
||||||
|
|
||||||
#ifdef HAVE_SELINUX
|
#ifdef HAVE_SELINUX
|
||||||
# include <selinux/selinux.h>
|
# include <selinux/selinux.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "helpers.h"
|
|
||||||
#include "rc.h"
|
#include "rc.h"
|
||||||
#include "plugin.h"
|
#include "plugin.h"
|
||||||
#include "wtmp.h"
|
#include "wtmp.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user