diff options
Diffstat (limited to 'dev-libs/distorm64/files/distorm64-1.7.30-python.patch')
-rw-r--r-- | dev-libs/distorm64/files/distorm64-1.7.30-python.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/distorm64/files/distorm64-1.7.30-python.patch b/dev-libs/distorm64/files/distorm64-1.7.30-python.patch new file mode 100644 index 000000000000..15d82f2215d7 --- /dev/null +++ b/dev-libs/distorm64/files/distorm64-1.7.30-python.patch @@ -0,0 +1,11 @@ +--- src/pydistorm.h ++++ src/pydistorm.h +@@ -22,7 +22,7 @@ + #include "decoder.h"
+
+ #ifdef __GNUC__
+- #include <python2.5/Python.h>
++ #include <Python.h>
+ #elif _MSC_VER
+ #include <python.h>
+ #endif
|