diff options
Diffstat (limited to 'llvm/tools/gccld/gccld.cpp')
-rw-r--r-- | llvm/tools/gccld/gccld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp index eee34dbe681..dcdda4f2f98 100644 --- a/llvm/tools/gccld/gccld.cpp +++ b/llvm/tools/gccld/gccld.cpp @@ -31,7 +31,7 @@ #include "llvm/Transforms/Utils/Linker.h" #include "Support/CommandLine.h" #include "Support/FileUtilities.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include "Support/SystemUtils.h" #include <fstream> #include <memory> |