]> 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:35 +0000 (18:44 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jul 2010 22:44:35 +0000 (18:44 -0400)
--HG--
branch : 1.7

pathnames.h.in

index c1d4e9ab6ee6de2527641706581bce62c06e445a..96c4523000b3db62f781a13590bc1e204e085905 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 */