summaryrefslogtreecommitdiff
path: root/src/librc/librc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-07 14:20:13 +0000
committerRoy Marples <roy@marples.name>2008-01-07 14:20:13 +0000
commitd22fc0dd931e43be5f20526e8e43a303d054ca21 (patch)
tree8c47e8d9a54cfbd42a7ad58f2d01a0a2807e4577 /src/librc/librc.h
parentc25651057038c6ef4f8cbd6819aa0b5ed892087a (diff)
downloadopenrc-d22fc0dd931e43be5f20526e8e43a303d054ca21.tar.gz
openrc-d22fc0dd931e43be5f20526e8e43a303d054ca21.tar.bz2
openrc-d22fc0dd931e43be5f20526e8e43a303d054ca21.tar.xz
Allow depend creation again. This doesn't work on GNU make, but does on all others.
Diffstat (limited to 'src/librc/librc.h')
-rw-r--r--src/librc/librc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librc/librc.h b/src/librc/librc.h
index 491462b..d70ffa1 100644
--- a/src/librc/librc.h
+++ b/src/librc/librc.h
@@ -65,10 +65,10 @@
#include "librc-depend.h"
#include "rc.h"
-#include "../rc-misc.h"
-#include "../strlist.h"
+#include "rc-misc.h"
+#include "strlist.h"
-#include "../hidden-visibility.h"
+#include "hidden-visibility.h"
#define librc_hidden_proto(x) hidden_proto(x)
#define librc_hidden_def(x) hidden_def(x)