diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-10-22 19:17:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-10-22 19:17:02 +0000 |
commit | 0bfa8fe50d0c017500336d87128a0d775d0f5c72 (patch) | |
tree | 21404499d277b1939be3179d5307da9a69d7130c /gtk | |
parent | a0263ec811899678ff2dd674f9f002d9c09bba43 (diff) | |
download | gtk+-0bfa8fe50d0c017500336d87128a0d775d0f5c72.tar.gz |
Include config.h (#96441, Morten Welinder)
Tue Oct 22 15:13:59 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c: Include config.h
(#96441, Morten Welinder)
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkimmulticontext.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkimmulticontext.c b/gtk/gtkimmulticontext.c index a5ad0d8bda..4bee03330c 100644 --- a/gtk/gtkimmulticontext.c +++ b/gtk/gtkimmulticontext.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" + #include <string.h> #include <locale.h> |