diff --git a/tests/stdlib/alloc.c b/tests/stdlib/alloc.c index 4875b87519..d71b78130c 100644 --- a/tests/stdlib/alloc.c +++ b/tests/stdlib/alloc.c @@ -1,6 +1,7 @@ #include #include #include +#include /* for SIZE_MAX */ int main(int argc, char ** argv) { char * ptr = (char *)malloc(256);