Description: Compile Distorm64 with Python 2.7
 Distorm expects Python 2.5 in the include file, so modify it to make Python
 2.7 the default.
Author: David Martínez Moreno <ender@debian.org>
Forwarded: no
Last-Update: 2011-12-18

--- distorm64-1.7.30.orig/src/pydistorm.h
+++ distorm64-1.7.30/src/pydistorm.h
@@ -22,7 +22,7 @@ This library is licensed under the BSD l
 #include "decoder.h"
 
 #ifdef __GNUC__
- #include <python2.5/Python.h>
+ #include <python2.7/Python.h>
 #elif _MSC_VER
  #include <python.h>
 #endif
