diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 10:25:06 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 10:25:06 +0000 |
commit | 302d81e819d90a7057613490c70f3f4534674ef1 (patch) | |
tree | 273ecdb1dead28aa36d77419da0d83138db7d6d0 /lib/Debugger/UnixLocalInferiorProcess.cpp | |
parent | 55cf0a6dc90bf0b9e57cbbad4e925ec1b14af7f9 (diff) |
For PR351:
Include local FDHandle.h file now that FDHandle is local to this library
and not in lib/System/FileUtilities.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19108 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger/UnixLocalInferiorProcess.cpp')
-rw-r--r-- | lib/Debugger/UnixLocalInferiorProcess.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Debugger/UnixLocalInferiorProcess.cpp b/lib/Debugger/UnixLocalInferiorProcess.cpp index 437b21864e..c2ca164113 100644 --- a/lib/Debugger/UnixLocalInferiorProcess.cpp +++ b/lib/Debugger/UnixLocalInferiorProcess.cpp @@ -34,6 +34,7 @@ #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/Support/FileUtilities.h" #include "llvm/ADT/StringExtras.h" +#include "FDHandle.h" #include <cerrno> #include <csignal> #include <unistd.h> // Unix-specific debugger support |