1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-19 04:31:17 +00:00

Include cerrno (gcc-3.4 fix)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alkis Evlogimenos 2004-04-21 16:11:40 +00:00
parent afa9235f07
commit 09233fb86e
2 changed files with 2 additions and 0 deletions
lib/Transforms/Utils
tools/llvm-nm

@ -15,6 +15,7 @@
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include <cerrno>
#include <cmath>
using namespace llvm;

@ -22,6 +22,7 @@
#include "Support/FileUtilities.h"
#include "Support/Signals.h"
#include <cctype>
#include <cerrno>
#include <cstring>
using namespace llvm;