From 194ca80fdbb4e15db7527aaeff6ba1e36fd27fb0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 8 Dec 2004 16:10:52 +0000 Subject: [PATCH] =?utf8?q?Make=20this=20work=20with=20the=20ICC=20compiler?= =?utf8?q?,=20contributed=20by=20Bj=C3=B8rn=20Wennberg?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18626 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Unix.h | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.34.1