X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b3bcb44d340fd017efac8bb31c3859dd91b24af3..28ebf6bb835e9954c0f959b56c8abac2bf3decd5:/sbr/getarguments.c diff --git a/sbr/getarguments.c b/sbr/getarguments.c index 28cbe465..1ab11634 100644 --- a/sbr/getarguments.c +++ b/sbr/getarguments.c @@ -5,8 +5,11 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "getarguments.h" +#include "context_find.h" +#include "brkstring.h" +#include "h/utils.h" char ** getarguments (char *invo_name, int argc, char **argv, int check_context)