From 778b89b9c725e2425919cd2ec4bcfb783ef818b4 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 19 Apr 1998 08:00:03 +0000 Subject: [PATCH] include paths.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4783 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 4 ++++ 1 file changed, 4 insertions(+) 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)