=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/compress.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/ssh/Attic/compress.c 2006/03/25 13:17:01 1.23 +++ src/usr.bin/ssh/Attic/compress.c 2006/08/03 03:34:42 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: compress.c,v 1.23 2006/03/25 13:17:01 djm Exp $ */ +/* $OpenBSD: compress.c,v 1.24 2006/08/03 03:34:42 deraadt Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -12,7 +12,9 @@ * called by a name other than "ssh" or "Secure Shell". */ -#include "includes.h" +#include + +#include #include "log.h" #include "buffer.h"