From 6df5cae49a6ff61ce523361d30784893e59f3837 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Mon, 12 Nov 2012 20:14:36 +0100 Subject: Issue #15835: Define PATH_MAX on HP-UX. --- Python/fileutils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/fileutils.c') diff --git a/Python/fileutils.c b/Python/fileutils.c index 501cb8c8d6..976c04b117 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -1,4 +1,5 @@ #include "Python.h" +#include "osdefs.h" #ifdef MS_WINDOWS # include #endif -- cgit v1.2.1