From: Niels Möller Date: Wed, 4 Jun 2014 17:37:37 +0000 (+0200) Subject: Add missing include of stddef.h. X-Git-Tag: nettle_3.0_release_20140607~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5d11c27b56bfa3b080c1fad48ddb4029a809737;p=thirdparty%2Fnettle.git Add missing include of stddef.h. --- diff --git a/ChangeLog b/ChangeLog index 67a7119c..23e60d54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-06-04 Niels Möller + * nettle-write.h: Include , fixing compilation on + freebsd. + * aclocal.m4 (ac_stdint): Fixed "unsinged" typo, spotted by Andy Goth. diff --git a/nettle-write.h b/nettle-write.h index dfaac7a7..75f4679b 100644 --- a/nettle-write.h +++ b/nettle-write.h @@ -34,6 +34,9 @@ #ifndef NETTLE_WRITE_H_INCLUDED #define NETTLE_WRITE_H_INCLUDED +/* For size_t */ +#include + #include "nettle-stdint.h" /* Write the word array at SRC to the byte array at DST, using little