aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/SystemUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp
index 034c141f..c88a516 100644
--- a/lib/Support/SystemUtils.cpp
+++ b/lib/Support/SystemUtils.cpp
@@ -10,7 +10,7 @@
#include <fstream>
#include <iostream>
#include <cstdlib>
-#include <alloca.h>
+#include "Support/Alloca.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>