Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 6db94f0f183559c9d11eb851a940b031 > files > 1

alchemist-1.0.37-1mdv2007.1.src.rpm

--- src/alchemistmodule.c~	2007-01-31 16:24:27.000000000 +0100
+++ src/alchemistmodule.c	2007-01-31 16:27:32.000000000 +0100
@@ -43,7 +43,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "Python.h"
+#include <python2.5/Python.h>
 #include "alchemist.h"
 
 #ifdef NDEBUG
--- src/pyalchemist.c~	2007-01-31 16:32:32.000000000 +0100
+++ src/pyalchemist.c	2007-01-31 16:33:28.000000000 +0100
@@ -40,7 +40,7 @@
  */
 
 #include "alchemist.h"
-#include "Python.h"
+#include <python2.5/Python.h>
 
 static PyObject		*pyAdmContext_constructor	(AdmContext		 *ctx);