mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
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
This commit is contained in:
parent
496c277a6d
commit
c3de952426
@ -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