summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-26 23:08:16 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-26 23:08:16 +0000
commit27dfc1dbaef2a741ccf5aca09ab5249b23ea5858 (patch)
tree48b9a48f345b58192c7d0e14363fff85e26c40a9
parent16002d0b76b481ea41772dd7f57e84b5713283d9 (diff)
downloadmailutils-27dfc1dbaef2a741ccf5aca09ab5249b23ea5858.tar.gz
mailutils-27dfc1dbaef2a741ccf5aca09ab5249b23ea5858.tar.bz2
Added missing include
-rw-r--r--imap4d/imap4d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap4d/imap4d.h b/imap4d/imap4d.h
index 50e634e47..4a1469f05 100644
--- a/imap4d/imap4d.h
+++ b/imap4d/imap4d.h
@@ -25,8 +25,9 @@
#define _QNX_SOURCE
#define _GNU_SOURCE
+#include <sys/types.h>
#ifdef HAVE_SECURITY_PAM_APPL_H
-#include <security/pam_appl.h>
+# include <security/pam_appl.h>
#endif
#ifdef HAVE_SHADOW_H

Return to:

Send suggestions and report system problems to the System administrator.