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 | 3b21e3539a7484a188f54fe40e3144ba23b1cff8 (patch) | |
| tree | 2b3f9105ac770b7f963d875c873544252b116c28 /llvm/lib/Debugger/UnixLocalInferiorProcess.cpp | |
| parent | 756d023539b85293cd25fa275f4e42d90f45beea (diff) | |
| download | bcm5719-llvm-3b21e3539a7484a188f54fe40e3144ba23b1cff8.tar.gz bcm5719-llvm-3b21e3539a7484a188f54fe40e3144ba23b1cff8.zip | |
For PR351:
Include local FDHandle.h file now that FDHandle is local to this library
and not in lib/System/FileUtilities.
llvm-svn: 19108
Diffstat (limited to 'llvm/lib/Debugger/UnixLocalInferiorProcess.cpp')
| -rw-r--r-- | llvm/lib/Debugger/UnixLocalInferiorProcess.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp b/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp index 437b21864ed..c2ca1641136 100644 --- a/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp +++ b/llvm/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 |

