summaryrefslogtreecommitdiff
path: root/support/lib/Support/SystemUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'support/lib/Support/SystemUtils.cpp')
-rw-r--r--support/lib/Support/SystemUtils.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/lib/Support/SystemUtils.cpp b/support/lib/Support/SystemUtils.cpp
index 98b2fc662c..034c141f79 100644
--- a/support/lib/Support/SystemUtils.cpp
+++ b/support/lib/Support/SystemUtils.cpp
@@ -9,7 +9,8 @@
#include <algorithm>
#include <fstream>
#include <iostream>
-#include <stdlib.h>
+#include <cstdlib>
+#include <alloca.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>