summaryrefslogtreecommitdiff
path: root/include/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pty.h')
-rw-r--r--include/pty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pty.h b/include/pty.h
index 46a99f47..db638534 100644
--- a/include/pty.h
+++ b/include/pty.h
@@ -12,7 +12,7 @@ int openpty(int *, int *, char *, const struct termios *, const struct winsize *
int forkpty(int *, char *, const struct termios *, const struct winsize *);
#ifdef __cplusplus
-extern }
+}
#endif
#endif