summaryrefslogtreecommitdiff
path: root/comsat/comsat.h
diff options
context:
space:
mode:
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.