include rc.h properly in source files
We were attempting to include rc.h in rc-misc.h instead of the source files where it should be included.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "einfo.h"
|
||||
#include "rc.h"
|
||||
#include "rc-misc.h"
|
||||
#include "rc-selinux.h"
|
||||
#include "_usage.h"
|
||||
|
||||
Reference in New Issue
Block a user