]> granicus.if.org Git - sudo/commitdiff
Add missing include of maillock.h for Solaris
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jul 2010 22:44:48 +0000 (18:44 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jul 2010 22:44:48 +0000 (18:44 -0400)
pathnames.h.in

index f624325c77f1b4e6ac315aabc86b11538a1094e6..2dcbef1bf621e1544aeb33ec97546dd3763f17cf 100644 (file)
 #include <paths.h>
 #endif /* HAVE_PATHS_H */
 
+#ifdef HAVE_MAILLOCK_H
+#include <maillock.h>
+#endif /* HAVE_MAILLOCK_H */
+
 #ifndef _PATH_DEV
 #define _PATH_DEV              "/dev/"
 #endif /* _PATH_DEV */