diff --git a/src/include/66/environ.h b/src/include/66/environ.h index 05af057ae33fac41657d9907193c7b53df95e6fa..d14ea5a21a7e58f5c92c78b1efe76ee588034398 100644 --- a/src/include/66/environ.h +++ b/src/include/66/environ.h @@ -19,6 +19,8 @@ #include <skalibs/stralloc.h> +#include <66/parser.h> + extern int env_resolve_conf(stralloc *env,char const *svname,uid_t owner) ; extern int env_merge_conf(stralloc *result,stralloc *srclist,stralloc *modifs,uint8_t conf) ; extern int env_clean_with_comment(stralloc *sa) ;