freebsd-ports/mail/gmime2/files/patch-tests__test-mime.c
Marcus Alves Grando d083e01edf - Update to 2.2.4
- Fix unnecessary print [1]

PR:		106813 [1]
Submitted by:	Larry Rosenman <ler___lerctr.org> [1]
2007-02-12 17:57:15 +00:00

10 lines
229 B
C

--- tests/test-mime.c.orig Mon Feb 12 15:48:32 2007
+++ tests/test-mime.c Mon Feb 12 15:49:04 2007
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <string.h>
+#include <config.h>
#include <gmime/gmime.h>
#ifndef G_OS_WIN32