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:
@@ -26,7 +26,6 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "helpers.h"
|
||||
#include "rc.h"
|
||||
|
||||
#define RC_LEVEL_BOOT "boot"
|
||||
#define RC_LEVEL_DEFAULT "default"
|
||||
|
||||
Reference in New Issue
Block a user