You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/09/17 16:25:44 UTC

svn commit: r696318 - /harmony/enhanced/drlvm/trunk/vm/port/include/logparams.h

Author: hindessm
Date: Wed Sep 17 07:25:43 2008
New Revision: 696318

URL: http://svn.apache.org/viewvc?rev=696318&view=rev
Log:
Trivial fix for compiling on yet-to-be-released gcc 4.4.

Modified:
    harmony/enhanced/drlvm/trunk/vm/port/include/logparams.h

Modified: harmony/enhanced/drlvm/trunk/vm/port/include/logparams.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/port/include/logparams.h?rev=696318&r1=696317&r2=696318&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/port/include/logparams.h (original)
+++ harmony/enhanced/drlvm/trunk/vm/port/include/logparams.h Wed Sep 17 07:25:43 2008
@@ -21,6 +21,7 @@
 #ifndef _LOG_PARAMS_H
 #define _LOG_PARAMS_H
 
+#include <stdio.h>
 #include <iostream>
 #include <vector>
 #include <string.h>