summaryrefslogtreecommitdiff
path: root/include/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pty.h')
-rw-r--r--include/pty.h6
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