fix compilation error due to no abort being defined. There is probably a better way to do this

llvm-svn: 22150
This commit is contained in:
Andrew Lenharth 2005-05-20 16:34:44 +00:00
parent 3a5eb61899
commit 5d37a3abae
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "jit"
#include <stdlib.h>
#include "X86JITInfo.h"
#include "X86Relocations.h"
#include "llvm/CodeGen/MachineCodeEmitter.h"