Minor fix.
* imap4d/imap4d.c Include mailutils/gsasl.h unconditionally.
Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -15,9 +15,7 @@ | ... | @@ -15,9 +15,7 @@ |
15 | along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */ |
16 | 16 | ||
17 | #include "imap4d.h" | 17 | #include "imap4d.h" |
18 | #ifdef WITH_GSASL | 18 | #include <mailutils/gsasl.h> |
19 | # include <mailutils/gsasl.h> | ||
20 | #endif | ||
21 | #include "mailutils/libargp.h" | 19 | #include "mailutils/libargp.h" |
22 | #include "tcpwrap.h" | 20 | #include "tcpwrap.h" |
23 | 21 | ... | ... |
-
Please register or sign in to post a comment