[vmkit-commits] [vmkit] r52896 - /vmkit/trunk/lib/Mvm/CommandLine.cpp

Seo Sanghyeon sanxiyn at gmail.com
Mon Jun 30 05:13:49 PDT 2008


Author: sanxiyn
Date: Mon Jun 30 07:13:47 2008
New Revision: 52896

URL: http://llvm.org/viewvc/llvm-project?rev=52896&view=rev
Log:
Compilation fix

Modified:
    vmkit/trunk/lib/Mvm/CommandLine.cpp

Modified: vmkit/trunk/lib/Mvm/CommandLine.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/Mvm/CommandLine.cpp?rev=52896&r1=52895&r2=52896&view=diff

==============================================================================
--- vmkit/trunk/lib/Mvm/CommandLine.cpp (original)
+++ vmkit/trunk/lib/Mvm/CommandLine.cpp Mon Jun 30 07:13:47 2008
@@ -10,6 +10,7 @@
 
 #include <assert.h>
 #include <dlfcn.h>
+#include <stdio.h>
 #include <stdlib.h>
 
 #include "CommandLine.h"
@@ -22,7 +23,7 @@
   int argc;
   char** argv;
   vmlet_main_t func;
-};
+} thread_arg_t;
 
 typedef int (*boot_t)();
 





More information about the vmkit-commits mailing list