aboutsummaryrefslogtreecommitdiff
path: root/src/librc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-27 23:16:40 +0000
committerRoy Marples <roy@marples.name>2007-09-27 23:16:40 +0000
commite89c2c5d60ad97f60e6dfecabc39acef8bc03525 (patch)
tree2e8c697d6cd8af6d08546d2139131cf81aaae2a7 /src/librc.h
parent8c402e53ee1aecbe52ea79f5ab596790d29eba21 (diff)
The rc_depinfo_t and rc_deptype_t structures are not for public consumption.
Diffstat (limited to 'src/librc.h')
-rw-r--r--src/librc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librc.h b/src/librc.h
index b8f880d3..86f75835 100644
--- a/src/librc.h
+++ b/src/librc.h
@@ -8,6 +8,8 @@
#ifndef _LIBRC_H_
#define _LIBRC_H_
+#define _IN_LIBRC
+
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
@@ -41,6 +43,7 @@
#endif
#include "einfo.h"
+#include "librc-depend.h"
#include "rc.h"
#include "rc-misc.h"
#include "strlist.h"