From 82ea549661f657e5925808355322ad6606808428 Mon Sep 17 00:00:00 2001 From: Adam Mackler Date: Tue, 27 Jan 2015 21:44:48 -0500 Subject: [PATCH] Add `stdlib.h` to header. Needed for `size_t`. --- rand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rand.h b/rand.h index e626d7816..2c7893963 100644 --- a/rand.h +++ b/rand.h @@ -24,6 +24,7 @@ #ifndef __RAND_H__ #define __RAND_H__ +#include #include void init_rand(void);