diff options
Diffstat (limited to 'login')
-rw-r--r-- | login/openpty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/openpty.c b/login/openpty.c index 8c84384..396ca09 100644 --- a/login/openpty.c +++ b/login/openpty.c @@ -25,7 +25,7 @@ #include <unistd.h> #include <sys/types.h> -#include "pty-internal.h" +#include "pty-private.h" int openpty (pmast, pslave, pname, tio, wins) |