Submitted By: Armin K. Date: 2012-03-25 Initial Package Version: 2.8.8 Upstream Status: Unknown Origin: http://sourceforge.net/tracker/index.php?func=detail&aid=3446968&group_id=239&atid=100239 Description: Fixes building with glib 2.32 Index: xchat-2.8.8/src/common/servlist.c =================================================================== --- xchat-2.8.8.orig/src/common/servlist.c +++ xchat-2.8.8/src/common/servlist.c @@ -24,7 +24,7 @@ #include #include "xchat.h" -#include +#include #include "cfgfiles.h" #include "fe.h" Index: xchat-2.8.8/src/common/text.c =================================================================== --- xchat-2.8.8.orig/src/common/text.c +++ xchat-2.8.8/src/common/text.c @@ -28,7 +28,7 @@ #include #include "xchat.h" -#include +#include #include "cfgfiles.h" #include "chanopt.h" #include "plugin.h" Index: xchat-2.8.8/src/common/util.c =================================================================== --- xchat-2.8.8.orig/src/common/util.c +++ xchat-2.8.8/src/common/util.c @@ -39,7 +39,7 @@ #include #include "xchat.h" #include "xchatc.h" -#include +#include #include #include "util.h" #include "../../config.h" Index: xchat-2.8.8/src/common/xchat.h =================================================================== --- xchat-2.8.8.orig/src/common/xchat.h +++ xchat-2.8.8/src/common/xchat.h @@ -1,10 +1,6 @@ #include "../../config.h" -#include -#include -#include -#include -#include +#include #include /* need time_t */ #ifndef XCHAT_H