For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 22 Dec 2004 10:25:06 +0000 (10:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 22 Dec 2004 10:25:06 +0000 (10:25 +0000)
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

index 437b21864edd11a858623b41d0a84be847cdcf52..c2ca1641136f243ddbedfcc091c22c57680955b4 100644 (file)
@@ -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