# HG changeset patch # User Mark Doliner # Date 1190792101 0 # Node ID 94a64640af5df34c11c6eb3ee1b5a6b64a590950 # Parent 7efdc052539d77600aeb1b84b05b126f65947041 Patch from David Fang to correctly #include two headers diff -r 7efdc052539d -r 94a64640af5d pidgin/gtkutils.c --- a/pidgin/gtkutils.c Wed Sep 26 07:25:22 2007 +0000 +++ b/pidgin/gtkutils.c Wed Sep 26 07:35:01 2007 +0000 @@ -28,6 +28,8 @@ #ifndef _WIN32 # include +# include /* for XWMHints */ +# include /* for GDK_WINDOW_X{DISPLAY,WINDOW} */ #else # ifdef small # undef small