X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fpath.c;h=f95a758fe35fae162c3c8ed0a8d2115614b8f8ff;hp=21796a7aec9ba46f0b84eaccc2187feabb6dca97;hb=1fb6287fc4986668e8f49d7c3bdca27d53e267af;hpb=fac725ffc663490c44a7e6930a35402834869402 diff --git a/sbr/path.c b/sbr/path.c index 21796a7..f95a758 100644 --- a/sbr/path.c +++ b/sbr/path.c @@ -6,8 +6,10 @@ ** complete copyright information. */ +#include #include #include +#include /* @@ -284,7 +286,7 @@ toabsdir(char *path) char *cp=buf, *pp; if (!(pp = context_find("path")) || !*pp) { - adios(NULL, "Non-empty profile entry `Path' required"); + adios(EX_CONFIG, NULL, "Non-empty profile entry `Path' required"); } if (*pp != '/') { /* Path is relative to $HOME */