Need <paths.h> and <strings.h> under QNX6.
Showing
1 changed file
with
8 additions
and
0 deletions
... | @@ -38,6 +38,14 @@ | ... | @@ -38,6 +38,14 @@ |
38 | #include <ctype.h> | 38 | #include <ctype.h> |
39 | #include <getopt.h> | 39 | #include <getopt.h> |
40 | 40 | ||
41 | #ifdef HAVE_PATHS_H | ||
42 | # include <paths.h> | ||
43 | #endif | ||
44 | |||
45 | #ifdef HAVE_STRINGS_H | ||
46 | # include <strings.h> | ||
47 | #endif | ||
48 | |||
41 | #include <mailutils/mailbox.h> | 49 | #include <mailutils/mailbox.h> |
42 | #include <mailutils/message.h> | 50 | #include <mailutils/message.h> |
43 | #include <mailutils/header.h> | 51 | #include <mailutils/header.h> | ... | ... |
-
Please register or sign in to post a comment