Minor mods to build on Fedora 15, LLVM 2.8

This commit is contained in:
Pete Couperus
2011-06-21 22:57:36 -07:00
parent 8b7522e98b
commit af435e52c1
3 changed files with 6 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
#include "ispc.h"
#include "module.h"
#include <stdio.h>
#include <stdlib.h>
#include <llvm/Support/PrettyStackTrace.h>
#ifdef LLVM_2_8
#include <llvm/System/Signals.h>