diff options
Diffstat (limited to 'support/lib/Support/SystemUtils.cpp')
-rw-r--r-- | support/lib/Support/SystemUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/lib/Support/SystemUtils.cpp b/support/lib/Support/SystemUtils.cpp index 034c141f79..c88a516e9f 100644 --- a/support/lib/Support/SystemUtils.cpp +++ b/support/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> |