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
39b4dd76
...
39b4dd76dca960f83bd6cf4f82962c6e3e5011fd
authored
2005-05-23 19:33:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
include <sys/select.h>. Reported by Jerry Heyman
1 parent
9d3e56b2
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 @
39b4dd7
...
...
@@ -36,6 +36,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/select.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
...
...
Please
register
or
sign in
to post a comment