diff options
Diffstat (limited to 'mime.c')
-rw-r--r-- | mime.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,12 +14,12 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "gmid.h" + #include <errno.h> #include <stdlib.h> #include <string.h> -#include "gmid.h" - void init_mime(struct mime *mime) { |