diff options
Diffstat (limited to 'src/common/mime.c')
-rw-r--r-- | src/common/mime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mime.c b/src/common/mime.c index 90c19a7684e..3453a0ab8d6 100644 --- a/src/common/mime.c +++ b/src/common/mime.c @@ -11,12 +11,12 @@ * Foundation. See file COPYING. * */ -#include "common/utf8.h" - #include <errno.h> #include <stdio.h> #include <string.h> +#include "common/utf8.h" + int mime_encode_as_qp(const char *input, char *output, int outlen) { int ret = 1; |