summaryrefslogtreecommitdiff
path: root/pathnames.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2010-07-22 18:44:48 -0400
committerTodd C. Miller <Todd.Miller@courtesan.com>2010-07-22 18:44:48 -0400
commitb906afef04558957a74f9a3ad207eea668c3b820 (patch)
tree1c83de8be7845f4babcee3c123fc82148c4cec77 /pathnames.h.in
parent053560f78881a791d140665c5384289b192bfcf6 (diff)
downloadsudo-b906afef04558957a74f9a3ad207eea668c3b820.tar.gz
Add missing include of maillock.h for Solaris
Diffstat (limited to 'pathnames.h.in')
-rw-r--r--pathnames.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/pathnames.h.in b/pathnames.h.in
index f624325c7..2dcbef1bf 100644
--- a/pathnames.h.in
+++ b/pathnames.h.in
@@ -27,6 +27,10 @@
#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 */