Add #include for older GCC's
authorChris Lattner <sabre@nondot.org>
Sun, 8 Jun 2003 06:43:57 +0000 (06:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Jun 2003 06:43:57 +0000 (06:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6670 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITEmitter.cpp

index 242576604a9e7fa13f44faeb7e45e945701d1b82..9dcad581860bfb369bda2fd76efbe492a76a8e4c 100644 (file)
@@ -12,6 +12,7 @@
 #include "llvm/Target/TargetData.h"
 #include "llvm/Function.h"
 #include "Support/Statistic.h"
+#include <stdio.h>
 
 static VM *TheVM = 0;