diff options
Diffstat (limited to 'llvm/tools/extract/extract.cpp')
-rw-r--r-- | llvm/tools/extract/extract.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/extract/extract.cpp b/llvm/tools/extract/extract.cpp index 20961a8cf59..7f19d8f999f 100644 --- a/llvm/tools/extract/extract.cpp +++ b/llvm/tools/extract/extract.cpp @@ -19,7 +19,7 @@ #include "llvm/Transforms/IPO.h" #include "llvm/Target/TargetData.h" #include "Support/CommandLine.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include <memory> #include <fstream> using namespace llvm; |