Issue #15835: Define PATH_MAX on HP-UX.

This commit is contained in:
Stefan Krah 2012-11-12 20:14:36 +01:00
parent e667e98faa
commit 6df5cae49a
2 changed files with 9 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include "Python.h"
#include "osdefs.h"
#ifdef MS_WINDOWS
# include <windows.h>
#endif