diff options
author | Roy Marples <roy@marples.name> | 2007-10-29 16:02:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-29 16:02:18 +0000 |
commit | c9fe3ade4c2d736a708d335bcace3b0cd3bee168 (patch) | |
tree | 1a4eca96c6080aa701de358a809189d5ca034f6e /src/fstabinfo.c | |
parent | 8c85fa399fa1ed6ac3e402ef557fcd44d1787859 (diff) |
rc --override foo will override the runlevel to load after boot or single user runlevels to avoid rc recursion, #196338
Diffstat (limited to 'src/fstabinfo.c')
-rw-r--r-- | src/fstabinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fstabinfo.c b/src/fstabinfo.c index 4d927f71..5d840caa 100644 --- a/src/fstabinfo.c +++ b/src/fstabinfo.c @@ -46,6 +46,7 @@ #include "builtins.h" #include "einfo.h" #include "rc.h" +#include "rc-misc.h" #include "strlist.h" #ifdef HAVE_GETMNTENT |