From 3301b695cb158e09ec540cc8318eacef9877b638 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Jan 2003 18:15:34 +0000 Subject: [PATCH] Fix build problem on sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5428 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/SystemUtils.cpp | 3 ++- support/lib/Support/SystemUtils.cpp | 3 ++- tools/bugpoint/SystemUtils.cpp | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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