diff --git a/src/comp.c b/src/comp.c index 5143909..52d829c 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2006, Sara Golemon +/* Copyright (c) 2004-2007, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, @@ -36,7 +36,9 @@ */ #include "libssh2_priv.h" -#include +#ifdef LIBSSH2_HAVE_ZLIB +# include +#endif /* ******** * none *