diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-17 09:48:00 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-17 09:48:00 +0000 |
commit | 7ec95d17b2eccc76122efb9a69c250fc0a60b210 (patch) | |
tree | 8d5619ecd25866d725662c5cd02e30c84bb4dad5 | |
parent | f52cd8d3171054eccbebe0630a19752f1272eb1b (diff) |
missing include
-rw-r--r-- | usr.bin/ssh/aux.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/aux.c b/usr.bin/ssh/aux.c index 04f71dcd9f7..899142da716 100644 --- a/usr.bin/ssh/aux.c +++ b/usr.bin/ssh/aux.c @@ -1,5 +1,7 @@ #include "includes.h" -RCSID("$OpenBSD: aux.c,v 1.1 2000/05/17 08:20:15 markus Exp $"); +RCSID("$OpenBSD: aux.c,v 1.2 2000/05/17 09:47:59 markus Exp $"); + +#include "ssh.h" char * chop(char *s) |