Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-05 01:24:37 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-05 01:24:37 (GMT)
commit3ac757a4c37eb3b367d5e3666419a4988d2b458d (patch)
treefba202ee2e2bd0097df751b67633a450f777f2b7
parent6600b7448c6bc164f574046450b163f71e44fd4e (diff)
Remove hardcoded python version
-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>