diff options
Diffstat (limited to 'include/pty.h')
-rw-r--r-- | include/pty.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pty.h b/include/pty.h new file mode 100644 index 0000000000..a91be80852 --- /dev/null +++ b/include/pty.h @@ -0,0 +1,6 @@ +#ifndef _PTY_H +#include <login/pty.h> + +libutil_hidden_proto (openpty) + +#endif |