gentoo-overlay/dev-libs/distorm64/files/distorm64-1.7.30-python.patch

11 lines
207 B
Diff

--- 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