From e0e1b0d2a628b9563c66a8fa455401b241e0391f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Jan 2003 18:15:34 +0000 Subject: Fix build problem on sparc llvm-svn: 5428 --- llvm/lib/Support/SystemUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Support/SystemUtils.cpp') diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp index 98b2fc662cf..034c141f794 100644 --- a/llvm/lib/Support/SystemUtils.cpp +++ b/llvm/lib/Support/SystemUtils.cpp @@ -9,7 +9,8 @@ #include #include #include -#include +#include +#include #include #include #include -- cgit v1.2.3