summaryrefslogtreecommitdiffstats
path: root/glib/pygspawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/pygspawn.c')
-rw-r--r--glib/pygspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/pygspawn.c b/glib/pygspawn.c
index 69a120b..ab2a574 100644
--- a/glib/pygspawn.c
+++ b/glib/pygspawn.c
@@ -22,7 +22,7 @@
*/
#include <Python.h>
-#include <glib/gspawn.h>
+#include <glib.h>
#include "pyglib.h"
#include "pyglib-private.h"