[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Tomasz Kojm tkojm at clamav.net
Sun Apr 4 01:07:07 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit c23331bec6f44988a75e7309a4eb598fb1bddc00
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Tue Oct 6 22:53:45 2009 +0200

    shared/misc.h: #include <sys/types.h>

diff --git a/ChangeLog b/ChangeLog
index f6d3a5d..239676c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct  6 22:51:00 CEST 2009 (tk)
+----------------------------------
+ * shared/misc.h: #include <sys/types.h>
+
 Fri Oct  2 21:01:51 CEST 2009 (tk)
 ----------------------------------
  * libclamav: check file sizes for MD5 sigs in all cases
diff --git a/shared/misc.h b/shared/misc.h
index 61ef62e..065269a 100644
--- a/shared/misc.h
+++ b/shared/misc.h
@@ -21,6 +21,7 @@
 #ifndef __MISC_H
 #define __MISC_H
 #ifndef _WIN32
+#include <sys/types.h>
 #include <netdb.h>
 #include <netinet/in.h>
 #endif

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list