Added PySys_SetPath.
diff --git a/Include/sysmodule.h b/Include/sysmodule.h
index 1e4bff1..3680d1b 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.h
@@ -35,6 +35,7 @@
 FILE *PySys_GetFile Py_PROTO((char *, FILE *));
 void PySys_Init Py_PROTO((void));
 void PySys_SetArgv Py_PROTO((int, char **));
+void PySys_SetPath Py_PROTO((char *));
 
 extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
 extern DL_IMPORT(int) _PySys_CheckInterval;