From c3de9524268cfcd2d04fbf464d3b1dafc20f3e7c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 29 Aug 2004 19:24:20 +0000 Subject: Include some additional header files. Fix the banner length. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16086 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Unix.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/System/Unix/Unix.h') diff --git a/lib/System/Unix/Unix.h b/lib/System/Unix/Unix.h index 83d2865a11..676cbb4fbd 100644 --- a/lib/System/Unix/Unix.h +++ b/lib/System/Unix/Unix.h @@ -1,4 +1,4 @@ -//===- llvm/System/Unix/Unix.h - Common Unix Include File -----*- C++ -*-===// +//===- llvm/System/Unix/Unix.h - Common Unix Include File -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -16,10 +16,12 @@ //=== is guaranteed to work on all UNIX variants. //===----------------------------------------------------------------------===// +#include "Config/config.h" // Get autoconf configuration settings #include -#include -#include -#include +#include +#include +#include +#include #include #include -- cgit v1.2.3-18-g5258