summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 07d6e582a7..f3185069f3 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,6 +1,8 @@
#ifndef __STDLIB_H
#define __STDLIB_H
+#include <types.h>
+
#define RAND_MAX 32767
/* return a pseudo-random integer in the range [0, RAND_MAX] */