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
4d52e6c3
...
4d52e6c3bc0d45f51fb6715bf9292d6958422b1b
authored
2001-11-27 04:25:03 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added <strings.h> for QNX6.
1 parent
ceebdb1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
mailbox/folder_pop.c
mailbox/folder_pop.c
View file @
4d52e6c
...
...
@@ -19,9 +19,13 @@
# include <config.h>
#endif
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include <folder0.h>
#include <url0.h>
...
...
Please
register
or
sign in
to post a comment