Commit 0ee942aa authored by Sjoerd Mullender's avatar Sjoerd Mullender

Make mode_t available for the declaration of _getpty().

parent b7384fdf
...@@ -96,7 +96,7 @@ int shutdown( int, int ); ...@@ -96,7 +96,7 @@ int shutdown( int, int );
#endif #endif
#ifdef HAVE__GETPTY #ifdef HAVE__GETPTY
/* Unchecked */ #include <sys/types.h> /* we need to import mode_t */
extern char * _getpty(int *, int, mode_t, int); extern char * _getpty(int *, int, mode_t, int);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment