aboutsummaryrefslogtreecommitdiff
path: root/src/rc-depend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-depend.c')
-rw-r--r--src/rc-depend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rc-depend.c b/src/rc-depend.c
index 4c030fee..9d45e9c1 100644
--- a/src/rc-depend.c
+++ b/src/rc-depend.c
@@ -13,12 +13,13 @@
#include <stdlib.h>
#include <string.h>
+#include "builtins.h"
#include "einfo.h"
#include "rc.h"
#include "rc-misc.h"
#include "strlist.h"
-int main (int argc, char **argv)
+int rc_depend (int argc, char **argv)
{
char **types = NULL;
char **services = NULL;