From 586de6bb2556d20af8efaaab5d8f765a0931108c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 19 Feb 2000 00:40:31 +0000 Subject: #include so the hash function doesn't get stuck using the function version of toupper! svn path=/trunk/; revision=1848 --- camel/hash-table-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/hash-table-utils.c') diff --git a/camel/hash-table-utils.c b/camel/hash-table-utils.c index cbd75296dd..8415095f63 100644 --- a/camel/hash-table-utils.c +++ b/camel/hash-table-utils.c @@ -24,7 +24,7 @@ * USA */ - +#include #include "glib.h" #include "hash-table-utils.h" -- cgit