add include of int_lib.h to match change to use compilerrt_abort()

llvm-svn: 101396
This commit is contained in:
Nick Kledzik 2010-04-15 20:37:56 +00:00
parent 626b02470b
commit 5b0a0629a3
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#include <stdio.h>
#include <stdlib.h>
#include "int_lib.h"
/*
* _Unwind_* stuff based on C++ ABI public documentation
* http://refspecs.freestandards.org/abi-eh-1.21.html

View File

@ -11,6 +11,8 @@
#include <stdint.h>
#include <stdlib.h>
#include "int_lib.h"
extern void __clear_cache(void* start, void* end);
/*