Make this compile on Solaris.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Dec 2004 21:08:07 +0000 (21:08 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Dec 2004 21:08:07 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19047 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/CompilerDriver.cpp

index f0f686886b806d5130c856d3eb0295cb7836e027..6578815cbc0d2497918d595287418b3d90d55fb6 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/StringExtras.h"
 #include <iostream>
+#include <alloca.h>
 
 using namespace llvm;