From 0765fe3a053a67f52fedbe8e9adb8410cb931957 Mon Sep 17 00:00:00 2001 From: Sjoerd Mullender Date: Wed, 26 Jul 2000 15:46:29 +0000 Subject: Make mode_t available for the declaration of _getpty(). --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/pyport.h b/Include/pyport.h index f4daebc..b9a699b 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -96,7 +96,7 @@ int shutdown( int, int ); #endif #ifdef HAVE__GETPTY -/* Unchecked */ +#include /* we need to import mode_t */ extern char * _getpty(int *, int, mode_t, int); #endif -- cgit v0.12