mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
Include some additional header files.
Fix the banner length. llvm-svn: 16086
This commit is contained in:
parent
49f3c9b9ee
commit
fd00fa3ad8
@ -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 <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user