if HAVE_GLIB && ! WINDOWSNT.
Fixes: debbugs:14654
+2013-06-18 Jan Djärv <jan.h.d@swipnet.se>
+
+ * process.c: Include xgselect.h if HAVE_GLIB. Include glib.h
+ if HAVE_GLIB && ! WINDOWSNT (Bug#14654).
+
2013-06-18 Paul Eggert <eggert@cs.ucla.edu>
* conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc.
#include TERM_HEADER
#endif /* HAVE_WINDOW_SYSTEM */
-#if defined (USE_GTK) || defined (HAVE_GCONF) || defined (HAVE_GSETTINGS)
+#ifdef HAVE_GLIB
#include "xgselect.h"
+#ifndef WINDOWSNT
+#include <glib.h>
+#endif
#endif
#ifdef WINDOWSNT