From: Reid Spencer Date: Wed, 22 Dec 2004 10:25:06 +0000 (+0000) Subject: For PR351: X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=302d81e819d90a7057613490c70f3f4534674ef1;p=oota-llvm.git 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 --- diff --git a/lib/Debugger/UnixLocalInferiorProcess.cpp b/lib/Debugger/UnixLocalInferiorProcess.cpp index 437b21864ed..c2ca1641136 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 #include #include // Unix-specific debugger support