X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fpath.c;h=f95a758fe35fae162c3c8ed0a8d2115614b8f8ff;hp=90d3a27387ab9373a97c19c35dcfb9133c8ed33e;hb=1fb6287fc4986668e8f49d7c3bdca27d53e267af;hpb=2abb9a7cfb0930e27062088734d306e7d78e4cc2 diff --git a/sbr/path.c b/sbr/path.c index 90d3a27..f95a758 100644 --- a/sbr/path.c +++ b/sbr/path.c @@ -6,6 +6,7 @@ ** complete copyright information. */ +#include #include #include #include @@ -285,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 */