Description: spawn.c: Only <glib.h> can be included directly.
 Starting with glib 2.32 it is now mandatory to include glib.h
 instead of individual headers, or the compiler will generate
 an error.
Author: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
Last-Update: 2012-04-02
Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665508
Forwarded: not-needed, Already upstream

=== modified file 'spawn.c'
--- old/spawn.c	2011-01-17 14:46:26 +0000
+++ new/spawn.c	2012-04-02 15:41:36 +0000
@@ -24,7 +24,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include <glib/gspawn.h>
+#include <glib.h>
 
 #include "spawn.h"
 #include "screen.h"

