aboutsummaryrefslogtreecommitdiff
path: root/src/linux/smallfile.c
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-10-26 00:35:46 +0000
committerMarat Dukhan <marat@fb.com>2017-10-26 00:35:46 +0000
commite029fd46d118f4e7d5d5c5f7e012df04f19983c8 (patch)
tree803a4c32033b7bcb69035ea845fbae59c78bfc54 /src/linux/smallfile.c
parentf1c4a5c1f4f77b72b35bd67795f35d1e264c6d5e (diff)
downloadcpuinfo-e029fd46d118f4e7d5d5c5f7e012df04f19983c8.tar.gz
Fix problems with CMake build on ARM/Linux
Diffstat (limited to 'src/linux/smallfile.c')
-rw-r--r--src/linux/smallfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/smallfile.c b/src/linux/smallfile.c
index eb97b74..977852c 100644
--- a/src/linux/smallfile.c
+++ b/src/linux/smallfile.c
@@ -2,6 +2,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <alloca.h>
#include <errno.h>
#include <sys/types.h>