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
d1a6e142
...
d1a6e1425a801b00e1daa7a017fa064f2574cf9d
authored
2001-06-16 13:59:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added #include <sys/types.h>. It is needed
on FreeBSD before inclusion of <dirent.h>
1 parent
3c1dec65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/folder_mbox.c
mailbox/folder_mbox.c
View file @
d1a6e14
...
...
@@ -20,6 +20,7 @@
#endif
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
...
...
Please
register
or
sign in
to post a comment