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
4d8886de
...
4d8886de396c88f2d35cb55d0d7f059d9a76938e
authored
2003-02-03 11:32:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added missing includes.
1 parent
97d06b2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_getopt.c
mh/mh_getopt.c
View file @
4d8886d
...
...
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <mh_getopt.h>
#include <mu_asprintf.h>
static
int
mh_optind
=
1
;
static
char
*
mh_optarg
;
...
...
Please
register
or
sign in
to post a comment