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
9fc35f47
...
9fc35f47fc6b483d75d8f02f52c4563fb12763ab
authored
2002-04-15 11:24:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added include <stdarg.h>
1 parent
71504f79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_init.c
mh/mh_init.c
View file @
9fc35f4
...
...
@@ -21,6 +21,7 @@
#include <pwd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdarg.h>
char
*
current_folder
=
NULL
;
size_t
current_message
;
...
...
Please
register
or
sign in
to post a comment