diff options
Diffstat (limited to 'camel/hash-table-utils.h')
-rw-r--r-- | camel/hash-table-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/hash-table-utils.h b/camel/hash-table-utils.h index 2904991848..79c4cef72d 100644 --- a/camel/hash-table-utils.h +++ b/camel/hash-table-utils.h @@ -34,6 +34,8 @@ extern "C" { #pragma } #endif /* __cplusplus }*/ +#include <glib.h> + void g_hash_table_generic_free (gpointer key, gpointer value, gpointer user_data); gint g_strcase_equal (gconstpointer a, gconstpointer b); |