]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_data_structures.h:
authorDave Hart <hart@ntp.org>
Mon, 1 Feb 2010 18:15:31 +0000 (18:15 +0000)
committerDave Hart <hart@ntp.org>
Mon, 1 Feb 2010 18:15:31 +0000 (18:15 +0000)
  ensure size_t is available by including stddef.h

bk: 4b671a43DfdAzmLeVwhORC4MWmqu_A

include/ntp_data_structures.h

index bf970a23a27c8b1b3d4238505893e0963f50171c..c4619236f2f9348ec940295b4808f94850b7e482 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef NTP_DATA_STRUCTURES_H
 #define NTP_DATA_STRUCTURES_H
 
+#include <stddef.h>            /* size_t */
 
 /* Structures for storing a priority queue 
  * ---------------------------------------