wrap unistd in shared/actions.c

0.96
aCaB 16 years ago
parent 6a4e792836
commit f235c57a8b
  1. 4
      ChangeLog
  2. 2
      shared/actions.c

@ -1,3 +1,7 @@
Sun Jul 26 18:55:37 CEST 2009 (acab)
------------------------------------
* shared/actions.c: wrap unistd - reported by njh
Sun Jul 19 16:19:49 CEST 2009 (acab)
------------------------------------
* libclamav/pe.c: check IS-cab scan result

@ -26,7 +26,9 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <fcntl.h>
#include <utime.h>
#include <errno.h>

Loading…
Cancel
Save