blob: 15d82f2215d7446ff6864501022c7a774b9bf522 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|