Fix warning when assertions disabled.
[oota-llvm.git] / include / llvm / ExecutionEngine / JIT.h
index 8f17be1ece4addc23ff0b04490702e5d9f8508b4..d4d1e73d1bac85e16f8b6502ae2ae416f525a108 100644 (file)
@@ -1,21 +1,22 @@
-//===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
+//===-- JIT.h - Abstract Execution Engine Interface -------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Jeff Cohen and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
-// This file forces the interpreter to link in on certain operating systems.
+// This file forces the JIT to link in on certain operating systems.
 // (Windows).
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef EXECUTION_ENGINE_JIT_H
-#define EXECUTION_ENGINE_JIT_H
+#ifndef LLVM_EXECUTION_ENGINE_JIT_H
+#define LLVM_EXECUTION_ENGINE_JIT_H
 
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
+#include <cstdlib>
 
 namespace llvm {
   extern void LinkInJIT();