Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
44baec75
...
44baec751775297631ccc0edcce6d4360627f4c4
authored
2001-11-27 04:01:08 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Need <paths.h> and <strings.h> under QNX6.
1 parent
8b580879
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
comsat/comsat.h
comsat/comsat.h
View file @
44baec7
...
...
@@ -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>
...
...
Please
register
or
sign in
to post a comment