You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
297 B
10 lines
297 B
--- libclamav/zziplib/zzip-conf.h.orig 2004-02-07 21:41:08.000000000 +0100 |
|
+++ libclamav/zziplib/zzip-conf.h 2004-02-07 21:34:18.000000000 +0100 |
|
@@ -64,6 +64,7 @@ |
|
#ifdef ZZIP_ssize_t |
|
#define _zzip_ssize_t ZZIP_ssize_t |
|
#else |
|
+#include <unistd.h> |
|
#define _zzip_ssize_t ssize_t |
|
#endif |
|
#endif
|
|
|