From 302d81e819d90a7057613490c70f3f4534674ef1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 10:25:06 +0000 Subject: 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 --- lib/Debugger/UnixLocalInferiorProcess.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Debugger') diff --git a/lib/Debugger/UnixLocalInferiorProcess.cpp b/lib/Debugger/UnixLocalInferiorProcess.cpp index 437b218..c2ca164 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 -- cgit v1.1