2007-08-06 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / lib / crc.h
index aaa728e..6d3d70d 100644 (file)
--- a/lib/crc.h
+++ b/lib/crc.h
@@ -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. */