summaryrefslogtreecommitdiff
path: root/comsat/comsat.h
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2001-11-27 04:01:08 +0000
committerSam Roberts <sroberts@uniserve.com>2001-11-27 04:01:08 +0000
commit44baec751775297631ccc0edcce6d4360627f4c4 (patch)
tree320c8c695d1f6cfbc4d2c5b68c179aa00fbb95a7 /comsat/comsat.h
parent8b580879025ef73e7458f417dc302bc741fd648f (diff)
downloadmailutils-44baec751775297631ccc0edcce6d4360627f4c4.tar.gz
mailutils-44baec751775297631ccc0edcce6d4360627f4c4.tar.bz2
Need <paths.h> and <strings.h> under QNX6.
Diffstat (limited to 'comsat/comsat.h')
-rw-r--r--comsat/comsat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/comsat/comsat.h b/comsat/comsat.h
index 1c1f8a3b7..f7a632cb1 100644
--- a/comsat/comsat.h
+++ b/comsat/comsat.h
@@ -38,6 +38,14 @@
#include <ctype.h>
#include <getopt.h>
+#ifdef HAVE_PATHS_H
+# include <paths.h>
+#endif
+
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
+
#include <mailutils/mailbox.h>
#include <mailutils/message.h>
#include <mailutils/header.h>

Return to:

Send suggestions and report system problems to the System administrator.