From 194ca80fdbb4e15db7527aaeff6ba1e36fd27fb0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 8 Dec 2004 16:10:52 +0000 Subject: =?UTF-8?q?Make=20this=20work=20with=20the=20ICC=20compiler,=20con?= =?UTF-8?q?tributed=20by=20Bj=C3=B8rn=20Wennberg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(+) (limited to 'lib/System/Unix/Unix.h') diff --git a/lib/System/Unix/Unix.h b/lib/System/Unix/Unix.h index afb9100583..71445094af 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]; -- cgit v1.2.3