Switch to unified view
a/src/bincimapmime/mime-utils.h | b/src/bincimapmime/mime-utils.h | ||
---|---|---|---|
... |
... |
||
23 | * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. |
23 | * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. |
24 | * -------------------------------------------------------------------- |
24 | * -------------------------------------------------------------------- |
25 | */ |
25 | */ |
26 | #ifndef mime_utils_h_included |
26 | #ifndef mime_utils_h_included |
27 | #define mime_utils_h_included |
27 | #define mime_utils_h_included |
28 | |||
29 | #ifdef HAVE_CONFIG_H |
||
30 | #include <config.h> |
||
31 | #endif |
||
32 | |||
33 | #include <string.h> |
28 | #include <string.h> |
34 | #include <ctype.h> |
29 | #include <ctype.h> |
35 | #include <stdio.h> |
30 | #include <stdio.h> |
36 | #include <errno.h> |
31 | #include <errno.h> |
37 | 32 |