diff options
author | Tor Lillqvist <tml@novell.com> | 2005-09-28 16:03:11 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-09-28 16:03:11 +0000 |
commit | 2f4eb8fdf425504ac858b119113702e6c1a7da33 (patch) | |
tree | 9080e4b4fd1d7c9cec574eb60d33c47c0b22c503 /modules | |
parent | 6cd6a0a24e46ef05837a0d18eba18e6dcbb71e03 (diff) | |
download | gtk+-2f4eb8fdf425504ac858b119113702e6c1a7da33.tar.gz |
Include <config.h>. (#317444, Kazuki Iwamoto)
2005-09-28 Tor Lillqvist <tml@novell.com>
* modules/input/imime.c: Include <config.h>. (#317444, Kazuki
Iwamoto)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/imime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/input/imime.c b/modules/input/imime.c index da5dc5bd36..72bc6afef7 100644 --- a/modules/input/imime.c +++ b/modules/input/imime.c @@ -20,6 +20,7 @@ * $Id$ */ +#include <config.h> #include <string.h> #include "gtk/gtkintl.h" |