Re: [Clamav-devel] implicit function declarations patch
Stephen Gran wrote: > Hello all, > > Pretty straight forward stuff, really. > Applied, thanks! -aCaB ___ http://lurker.clamav.net/list/clamav-devel.html
[Clamav-devel] implicit function declarations patch
Hello all, Pretty straight forward stuff, really. Thanks, Index: clamd/tcpserver.c === --- clamd/tcpserver.c (revision 274) +++ clamd/tcpserver.c (working copy) @@ -28,6 +28,9 @@ #include #include #include +#ifdef HAVE_UNI