summaryrefslogtreecommitdiff
path: root/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'pty.c')
-rw-r--r--pty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pty.c b/pty.c
index 141ef7d35..bbe18fd03 100644
--- a/pty.c
+++ b/pty.c
@@ -14,10 +14,9 @@ Allocating a pseudo-terminal, and making it the controlling tty.
14*/ 14*/
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$Id: pty.c,v 1.2 1999/11/08 04:30:59 damien Exp $"); 17RCSID("$Id: pty.c,v 1.3 1999/11/15 04:40:55 damien Exp $");
18 18
19#ifdef HAVE_PTY_H 19#ifdef HAVE_PTY_H
20/* Unfortunate namespace collision */
21#include <pty.h> 20#include <pty.h>
22#endif /* HAVE_PTY_H */ 21#endif /* HAVE_PTY_H */
23 22