diff options
Diffstat (limited to 'include/pty.h')
-rw-r--r-- | include/pty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pty.h b/include/pty.h index a91be80852..4979bb765f 100644 --- a/include/pty.h +++ b/include/pty.h @@ -1,6 +1,9 @@ #ifndef _PTY_H #include <login/pty.h> +# ifndef _ISOMAC + libutil_hidden_proto (openpty) +# endif /* !_ISOMAC */ #endif |