Add missing header for atexit.

llvm-svn: 182672
This commit is contained in:
Michael J. Spencer 2013-05-24 20:54:11 +00:00
parent 0d9d75f2ec
commit 4fd69975aa
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/ErrorHandling.h"
#include <cstdlib>
#ifdef __linux__
// These includes used by RTDyldMemoryManager::getPointerToNamedFunction()
// for Glibc trickery. See comments in this function for more information.