Change alloca.h to stdlib.h

Not present on windows.
This commit is contained in:
Stas Boukarev 2019-06-19 04:25:52 +03:00
parent 7761b5a18b
commit 368c2c99d7

View file

@ -1,5 +1,5 @@
#include <string.h>
#include <alloca.h>
#include <stdlib.h>
#define SIZE 128*1024 // twice the largest page size
void alloca_test()