From 1fcb952c4a2453c8aae2514583a3e42fa2ac4e3e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 22 Jul 2010 18:44:35 -0400 Subject: [PATCH] Add missing include of maillock.h for Solaris --HG-- branch : 1.7 --- pathnames.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pathnames.h.in b/pathnames.h.in index c1d4e9ab6..96c452300 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -27,6 +27,10 @@ #include #endif /* HAVE_PATHS_H */ +#ifdef HAVE_MAILLOCK_H +#include +#endif /* HAVE_MAILLOCK_H */ + #ifndef _PATH_DEV #define _PATH_DEV "/dev/" #endif /* _PATH_DEV */ -- 2.40.0