diff --git a/Include/sysmodule.h b/Include/sysmodule.h index 1e4bff1cd86..3680d1bc7d3 100644 --- a/Include/sysmodule.h +++ b/Include/sysmodule.h @@ -35,6 +35,7 @@ int PySys_SetObject Py_PROTO((char *, PyObject *)); 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;