diff --git a/include/stdlib.h b/include/stdlib.h index 07d6e582a..f3185069f 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,6 +1,8 @@ #ifndef __STDLIB_H #define __STDLIB_H +#include + #define RAND_MAX 32767 /* return a pseudo-random integer in the range [0, RAND_MAX] */