From: Chris Lattner Date: Wed, 29 Jan 2003 18:15:34 +0000 (+0000) Subject: Fix build problem on sparc X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3301b695cb158e09ec540cc8318eacef9877b638;p=oota-llvm.git Fix build problem on sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp index 98b2fc662cf..034c141f794 100644 --- a/lib/Support/SystemUtils.cpp +++ b/lib/Support/SystemUtils.cpp @@ -9,7 +9,8 @@ #include #include #include -#include +#include +#include #include #include #include diff --git a/support/lib/Support/SystemUtils.cpp b/support/lib/Support/SystemUtils.cpp index 98b2fc662cf..034c141f794 100644 --- a/support/lib/Support/SystemUtils.cpp +++ b/support/lib/Support/SystemUtils.cpp @@ -9,7 +9,8 @@ #include #include #include -#include +#include +#include #include #include #include diff --git a/tools/bugpoint/SystemUtils.cpp b/tools/bugpoint/SystemUtils.cpp index 98b2fc662cf..034c141f794 100644 --- a/tools/bugpoint/SystemUtils.cpp +++ b/tools/bugpoint/SystemUtils.cpp @@ -9,7 +9,8 @@ #include #include #include -#include +#include +#include #include #include #include