Add a missing header file

llvm-svn: 16099
diff --git a/llvm/tools/llvmc/CompilerDriver.cpp b/llvm/tools/llvmc/CompilerDriver.cpp
index 7dadf43..08559b8 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"