From: Todd C. Miller Date: Thu, 22 Jul 2010 22:44:35 +0000 (-0400) Subject: Add missing include of maillock.h for Solaris X-Git-Tag: SUDO_1_7_4~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fcb952c4a2453c8aae2514583a3e42fa2ac4e3e;p=sudo Add missing include of maillock.h for Solaris --HG-- branch : 1.7 --- 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 */