I have installed this.

2005-10-22  Simon Josefsson  <[EMAIL PROTECTED]>

        * crc.h: Include stddef.h, for size_t.

--- crc.h       21 Oct 2005 14:31:48 +0200      1.2
+++ crc.h       22 Oct 2005 18:14:49 +0200      
@@ -20,6 +20,7 @@
 #ifndef CRC_H
 # define CRC_H 1
 
+#include <stddef.h>
 #include <stdint.h>
 
 /* Compute CRC-32 value of LEN bytes long BUF, and return it. */


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to