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