Commit 44baec75 44baec751775297631ccc0edcce6d4360627f4c4 by Sam Roberts

Need <paths.h> and <strings.h> under QNX6.

1 parent 8b580879
......@@ -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>
......