summaryrefslogtreecommitdiffstats
path: root/xutils.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-07 00:59:39 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-07 00:59:39 +0000
commit9aac9093750570cf4420856a9bc34935965dc1e4 (patch)
tree5ca21081bba5b652d3b59fe96a9b2e9d7eb97867 /xutils.c
parentdd708d01e55557615175eca6703c7b4483c4be42 (diff)
downloadanaconda-9aac9093750570cf4420856a9bc34935965dc1e4.tar.gz
anaconda-9aac9093750570cf4420856a9bc34935965dc1e4.tar.xz
anaconda-9aac9093750570cf4420856a9bc34935965dc1e4.zip
python 2.3 build fixes
Diffstat (limited to 'xutils.c')
-rw-r--r--xutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xutils.c b/xutils.c
index 9a4cf082c..d057a2603 100644
--- a/xutils.c
+++ b/xutils.c
@@ -15,9 +15,9 @@
*/
+#include <Python.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
-#include <Python.h>
static PyObject * getRootResources(PyObject *s, PyObject *args);
static PyObject * setRootResource(PyObject * s, PyObject * args);