diff options
Diffstat (limited to 'gio/unixmodule.c')
-rw-r--r-- | gio/unixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/unixmodule.c b/gio/unixmodule.c index 827dca9..d2521b6 100644 --- a/gio/unixmodule.c +++ b/gio/unixmodule.c @@ -23,7 +23,7 @@ # include "config.h" #endif #include <Python.h> -#include "pygobject.h" +#include <pygobject.h> #include <gio/gio.h> |