Minor corrections.
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 24 Mar 2006 02:58:54 +0000 (02:58 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 24 Mar 2006 02:58:54 +0000 (02:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27041 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Interpreter.h
include/llvm/ExecutionEngine/JIT.h

index bb11d025966a9124f9eedb819577c006027b82dd..a491a68c2fb4de2048adc86d286715d6cccdb8fe 100644 (file)
@@ -16,6 +16,7 @@
 #define EXECUTION_ENGINE_INTERPRETER_H
 
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
+#include <cstdlib>
 
 namespace llvm {
   extern void LinkInInterpreter();
index 8f17be1ece4addc23ff0b04490702e5d9f8508b4..3563b6a253006b544d7704d78387dc1e4ea38557 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// 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).
 //
 //===----------------------------------------------------------------------===//
@@ -16,6 +16,7 @@
 #define EXECUTION_ENGINE_JIT_H
 
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
+#include <cstdlib>
 
 namespace llvm {
   extern void LinkInJIT();