Fix build with gcc-4.7

This commit is contained in:
Török Edvin
2012-05-14 20:13:21 +03:00
parent a460462733
commit bb8ab5ce7e

View File

@@ -19,6 +19,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Config/config.h"
#include <unistd.h>
using namespace llvm;
// AtExitHandlers - List of functions to call when the program exits,