summaryrefslogtreecommitdiffstats
path: root/xmouse.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 /xmouse.c
parentdd708d01e55557615175eca6703c7b4483c4be42 (diff)
downloadanaconda-9aac9093750570cf4420856a9bc34935965dc1e4.tar.gz
anaconda-9aac9093750570cf4420856a9bc34935965dc1e4.tar.xz
anaconda-9aac9093750570cf4420856a9bc34935965dc1e4.zip
python 2.3 build fixes
Diffstat (limited to 'xmouse.c')
-rw-r--r--xmouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmouse.c b/xmouse.c
index 347d48a40..a625b2bc8 100644
--- a/xmouse.c
+++ b/xmouse.c
@@ -15,12 +15,12 @@
*
*/
+#include <Python.h>
#include <X11/Intrinsic.h>
#include <X11/Xmd.h>
#include <X11/extensions/xf86misc.h>
#include <X11/Xos.h>
#include <X11/X.h>
-#include <Python.h>
static char *Mouses[] = { "None", "Microsoft", "MouseSystems", "MMSeries",
"Logitech", "BusMouse", "Mouseman", "PS/2",