summaryrefslogtreecommitdiff
path: root/lib/crc.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-22 16:16:06 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-22 16:16:06 +0000
commit4142fa04c1b8254b53ec1060f8a774e73e3ffcb8 (patch)
treebfb9e0989636b310bd99ac04443c475e16dbe741 /lib/crc.h
parentfac38a1add066ab143d9a7a26ae84a1d66a045f5 (diff)
downloadgnulib-4142fa04c1b8254b53ec1060f8a774e73e3ffcb8.tar.gz
* crc.h: Include stddef.h, for size_t.
Diffstat (limited to 'lib/crc.h')
-rw-r--r--lib/crc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crc.h b/lib/crc.h
index aaa728eb63..6d3d70d93d 100644
--- 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. */