summaryrefslogtreecommitdiff
path: root/mail.local
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-29 17:00:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-29 17:00:00 +0000
commit386b242c368d4b610f4d49d67ee02c1a00faff07 (patch)
tree72bc9e56b726243e86e1050db2278a17aa5bf350 /mail.local
parent679d1f51a62feeec527d57b47e0145baff19e438 (diff)
downloadmailutils-386b242c368d4b610f4d49d67ee02c1a00faff07.tar.gz
mailutils-386b242c368d4b610f4d49d67ee02c1a00faff07.tar.bz2
include <sys/types.h> (necessary for Darwin).
Diffstat (limited to 'mail.local')
-rw-r--r--mail.local/mail.local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail.local/mail.local.h b/mail.local/mail.local.h
index 0312ac780..0cddaeff1 100644
--- a/mail.local/mail.local.h
+++ b/mail.local/mail.local.h
@@ -19,6 +19,7 @@
# include <config.h>
#endif
+#include <sys/types.h>
#include <errno.h>
#include <grp.h>
#include <netdb.h>

Return to:

Send suggestions and report system problems to the System administrator.