diff options
Diffstat (limited to 'camel/gstring-util.c')
-rw-r--r-- | camel/gstring-util.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/camel/gstring-util.c b/camel/gstring-util.c index a0c1345b71..82dde51236 100644 --- a/camel/gstring-util.c +++ b/camel/gstring-util.c @@ -24,11 +24,12 @@ * USA */ - - +#ifdef HAVE_CONFIG_H #include <config.h> -#include "gstring-util.h" +#endif + #include <string.h> +#include "gstring-util.h" /** * g_string_equals : test if two string are equal |