bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

crc fix


From: Simon Josefsson
Subject: crc fix
Date: Sat, 22 Oct 2005 18:15:37 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

I have installed this.

2005-10-22  Simon Josefsson  <address@hidden>

        * 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. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]