blob: cd0032b64553ef9e9dba85417f587b36cff59a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- modules/mixer/simple/python.c~ 2007-08-21 17:21:28.000000000 +0200
+++ modules/mixer/simple/python.c 2007-08-21 17:26:39.000000000 +0200
@@ -23,7 +23,7 @@
#include "config.h"
#include "asoundlib.h"
#include "mixer_abst.h"
-#include <python/Python.h>
+#include <python2.5/Python.h>
struct python_priv {
int py_initialized;
|