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
d2455d52
...
d2455d52c2789022e57b80584140248aedd3973e
authored
2012-06-07 18:00:21 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix.
* imap4d/imap4d.c Include mailutils/gsasl.h unconditionally.
1 parent
8f95e358
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
imap4d/imap4d.c
imap4d/imap4d.c
View file @
d2455d5
...
...
@@ -15,9 +15,7 @@
along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
#include "imap4d.h"
#ifdef WITH_GSASL
# include <mailutils/gsasl.h>
#endif
#include <mailutils/gsasl.h>
#include "mailutils/libargp.h"
#include "tcpwrap.h"
...
...
Please
register
or
sign in
to post a comment