From: Simon Josefsson Date: Sat, 22 Oct 2005 16:16:06 +0000 (+0000) Subject: * crc.h: Include stddef.h, for size_t. X-Git-Tag: cvs-readonly~2765 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4142fa04c1b8254b53ec1060f8a774e73e3ffcb8;p=gnulib.git * crc.h: Include stddef.h, for size_t. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6d6ec2ca9..268382240 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-10-22 Simon Josefsson + + * crc.h: Include stddef.h, for size_t. + 2005-10-21 Simon Josefsson * arctwo.h (arctwo_setkey): Protect variable in CPP macro, diff --git a/lib/crc.h b/lib/crc.h index aaa728eb6..6d3d70d93 100644 --- a/lib/crc.h +++ b/lib/crc.h @@ -20,6 +20,7 @@ #ifndef CRC_H # define CRC_H 1 +#include #include /* Compute CRC-32 value of LEN bytes long BUF, and return it. */