diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-06 11:23:14 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-06 11:23:14 +0800 |
| commit | 9900f05e538e71a0c37b0cfc5eae0c1585ec6486 (patch) | |
| tree | de840beb2692f7f50a21448b3970e137760baea0 /client | |
| parent | 3377100d05cd3f483b202c8e0ce5540e7c679ee4 (diff) | |
| download | ibus-9900f05e538e71a0c37b0cfc5eae0c1585ec6486.tar.gz ibus-9900f05e538e71a0c37b0cfc5eae0c1585ec6486.tar.xz ibus-9900f05e538e71a0c37b0cfc5eae0c1585ec6486.zip | |
Include gdk/gdk.h
Diffstat (limited to 'client')
| -rw-r--r-- | client/x11/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/main.c b/client/x11/main.c index 304738d..20c3af2 100644 --- a/client/x11/main.c +++ b/client/x11/main.c @@ -28,8 +28,8 @@ #include <Xi18n.h> #include <stdio.h> #include <gtk/gtk.h> +#include <gdk/gdk.h> #include <gdk/gdkx.h> -#include <gdk/gdkkeysyms.h> #include <langinfo.h> #include <locale.h> #include <iconv.h> |
