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
299e098a
...
299e098a823420421d76b43b4fdfc8bcdcd8c18b
authored
2002-01-23 04:32:32 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Needed <sys/stat.h> on QNX6.
1 parent
82c531ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
299e098
...
...
@@ -31,6 +31,7 @@
#include <string.h>
#include <netdb.h>
#include <errno.h>
#include <sys/stat.h>
#include <mailutils/error.h>
#include <mailutils/mutil.h>
...
...
Please
register
or
sign in
to post a comment