From: Dave Hart Date: Mon, 1 Feb 2010 18:15:31 +0000 (+0000) Subject: ntp_data_structures.h: X-Git-Tag: NTP_4_2_7P14~1^2~1^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99fa06ec977c0cfc933265a2b0c79f785a3748c;p=thirdparty%2Fntp.git ntp_data_structures.h: ensure size_t is available by including stddef.h bk: 4b671a43DfdAzmLeVwhORC4MWmqu_A --- diff --git a/include/ntp_data_structures.h b/include/ntp_data_structures.h index bf970a23a..c4619236f 100644 --- a/include/ntp_data_structures.h +++ b/include/ntp_data_structures.h @@ -13,6 +13,7 @@ #ifndef NTP_DATA_STRUCTURES_H #define NTP_DATA_STRUCTURES_H +#include /* size_t */ /* Structures for storing a priority queue * ---------------------------------------