Fix build with glib2 2.31.0

Starting with glib2 2.31.0, It is no longer possible to
include individual headers (like "ghash.h") -- you must
#include <glib.h>.

Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Thomas Moschny 2011-12-14 20:00:53 +01:00 committed by Uli Schlachter
parent cacba79d49
commit d3d8160e27
1 changed files with 1 additions and 1 deletions

View File

@ -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"