summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2002-02-28 01:58:39 +0000
committerSam Roberts <sroberts@uniserve.com>2002-02-28 01:58:39 +0000
commit013b9a846c0c8f633b99c2097dfa1a8f228ce541 (patch)
tree5239040dc9fd47442300305b20191606625358ff
parent37d07972278809fa01e5d2348930d4d6967a0c2a (diff)
downloadmailutils-013b9a846c0c8f633b99c2097dfa1a8f228ce541.tar.gz
mailutils-013b9a846c0c8f633b99c2097dfa1a8f228ce541.tar.bz2
Added <strings.h> for systems that have it.
-rw-r--r--mail/mail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index dc9c777e5..2c0287954 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -31,6 +31,9 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
#include <sys/wait.h>
#include <sys/types.h>
#ifdef HAVE_STDARG_H

Return to:

Send suggestions and report system problems to the System administrator.