diff options
Diffstat (limited to 'src/rc/rc-logger.c')
-rw-r--r-- | src/rc/rc-logger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c index 133026af..675a4d23 100644 --- a/src/rc/rc-logger.c +++ b/src/rc/rc-logger.c @@ -48,9 +48,9 @@ # include <libutil.h> #endif -#include "../libeinfo/einfo.h" +#include "einfo.h" #include "rc-logger.h" -#include "../rc-misc.h" +#include "rc-misc.h" #include "rc.h" #define LOGFILE RC_SVCDIR "/rc.log" |