#4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai)
diff --git a/Modules/getpath.c b/Modules/getpath.c
index b7f178e..a371cb3 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -129,7 +129,7 @@
 static wchar_t exec_prefix[MAXPATHLEN+1];
 static wchar_t progpath[MAXPATHLEN+1];
 static wchar_t *module_search_path = NULL;
-static wchar_t lib_python[] = L"lib/python" VERSION;
+static wchar_t *lib_python = L"lib/python" VERSION;
 
 /* In principle, this should use HAVE__WSTAT, and _wstat
    should be detected by autoconf. However, no current