diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 20:02:28 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 20:02:28 +0000 |
| commit | a62e5a837f5ff2fb29ed55aa5fde1350253b8255 (patch) | |
| tree | 42da52c086189933d32c107f2d1fcea03bd1061a /llvm/tools/llvmc | |
| parent | 3311669903f597f9d0351fb635bccca211a7c3bc (diff) | |
| download | bcm5719-llvm-a62e5a837f5ff2fb29ed55aa5fde1350253b8255.tar.gz bcm5719-llvm-a62e5a837f5ff2fb29ed55aa5fde1350253b8255.zip | |
Add a missing header file
llvm-svn: 16099
Diffstat (limited to 'llvm/tools/llvmc')
| -rw-r--r-- | llvm/tools/llvmc/CompilerDriver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/CompilerDriver.cpp b/llvm/tools/llvmc/CompilerDriver.cpp index 7dadf433261..08559b82461 100644 --- a/llvm/tools/llvmc/CompilerDriver.cpp +++ b/llvm/tools/llvmc/CompilerDriver.cpp @@ -16,6 +16,7 @@ #include "ConfigLexer.h" #include "llvm/Module.h" #include "llvm/Bytecode/Reader.h" +#include "llvm/System/Signals.h" #include "Support/FileUtilities.h" #include "Support/SetVector.h" #include "Support/StringExtras.h" |

