components/python/python26/files/pyconfig.h
changeset 1270 785dcb8bfa1b
parent 1246 164605dfef4e
--- a/components/python/python26/files/pyconfig.h	Mon Apr 15 23:00:54 2013 -0700
+++ b/components/python/python26/files/pyconfig.h	Wed Apr 17 13:41:36 2013 -0700
@@ -1,5 +1,5 @@
 #ifdef _LP64
-#include <pyconfig-64.h>
+#include <python2.6/pyconfig-64.h>
 #else
-#include <pyconfig-32.h>
+#include <python2.6/pyconfig-32.h>
 #endif