diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index efa67f91c..6bc5398c5 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -104,6 +104,10 @@ #include #endif +#ifdef HAVE_PATHS_H +#include +#endif + #include #if !defined(HAVE_SETSID) && defined(HAVE__SETSID)