Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pongc/pongc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pongc/pongc.h b/pongc/pongc.h
index fd4346a..6ed8bc6 100644
--- a/pongc/pongc.h
+++ b/pongc/pongc.h
@@ -18,7 +18,7 @@
#ifndef _PONGC_H_
#define _PONGC_H_
-#include <python2.5/Python.h>
+#include <Python.h>
#include <gdk/gdkimage.h>
#include <gst/gstbuffer.h>