diff options
author | 1996-10-15 08:31:54 +0000 | |
---|---|---|
committer | 1996-10-15 08:31:54 +0000 | |
commit | 907625cd32e402198c22b95a22a509e7d2bf02c8 (patch) | |
tree | 680802a5a59744063706e19531cb1ae3e089332f | |
parent | nearly impossible oflow (diff) | |
download | wireguard-openbsd-907625cd32e402198c22b95a22a509e7d2bf02c8.tar.xz wireguard-openbsd-907625cd32e402198c22b95a22a509e7d2bf02c8.zip |
Yeah, ok, so I never even bothered to test compile it before...
-rw-r--r-- | usr.bin/vim/pty_openbsd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vim/pty_openbsd.c b/usr.bin/vim/pty_openbsd.c index 5138ecd529f..802bd5afaee 100644 --- a/usr.bin/vim/pty_openbsd.c +++ b/usr.bin/vim/pty_openbsd.c @@ -1,10 +1,11 @@ -/* $OpenBSD: pty_openbsd.c,v 1.1.1.1 1996/09/07 21:40:28 downsj Exp $ */ +/* $OpenBSD: pty_openbsd.c,v 1.2 1996/10/15 08:31:54 downsj Exp $ */ /* * A quick, OpenBSD specific pty.c replacement. It's not even entirely * correct; but it's certainly not GPL'd. */ +#include <stdio.h> #include <sys/types.h> #include <util.h> |