From: Chris Lattner Date: Wed, 8 Dec 2004 16:10:52 +0000 (+0000) Subject: Make this work with the ICC compiler, contributed by Bjørn Wennberg X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=194ca80fdbb4e15db7527aaeff6ba1e36fd27fb0;p=oota-llvm.git Make this work with the ICC compiler, contributed by Bjørn Wennberg git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18626 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Unix/Unix.h b/lib/System/Unix/Unix.h index afb91005837..71445094afd 100644 --- a/lib/System/Unix/Unix.h +++ b/lib/System/Unix/Unix.h @@ -26,6 +26,7 @@ #include #include #include +#include inline void ThrowErrno(const std::string& prefix) { char buffer[MAXPATHLEN];