diff options
author | Roy Marples <roy@marples.name> | 2007-09-27 23:16:40 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-27 23:16:40 +0000 |
commit | e89c2c5d60ad97f60e6dfecabc39acef8bc03525 (patch) | |
tree | 2e8c697d6cd8af6d08546d2139131cf81aaae2a7 /src/librc.h | |
parent | 8c402e53ee1aecbe52ea79f5ab596790d29eba21 (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.h | 3 |
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" |