=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/uuencode.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/Attic/uuencode.c 2001/02/07 08:54:16 1.9 +++ src/usr.bin/ssh/Attic/uuencode.c 2001/02/08 19:30:53 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: uuencode.c,v 1.9 2001/02/07 08:54:16 deraadt Exp $ */ +/* $OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -26,10 +26,11 @@ #include "includes.h" #include "xmalloc.h" +#include "uuencode.h" #include -RCSID("$OpenBSD: uuencode.c,v 1.9 2001/02/07 08:54:16 deraadt Exp $"); +RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $"); int uuencode(u_char *src, u_int srclength,