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 2006/06/09 20:29:08 UTC

svn commit: r413120 - /incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c

Author: hindessm
Date: Fri Jun  9 11:29:08 2006
New Revision: 413120

URL: http://svn.apache.org/viewvc?rev=413120&view=rev
Log:
Fix previous checkin on linux.

Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c?rev=413120&r1=413119&r2=413120&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c Fri Jun  9 11:29:08 2006
@@ -19,8 +19,8 @@
 */  
 
 #include <dlfcn.h>
-#include <stdliapr_dso.h>
-#include <b.h>
+#include <stdlib.h>
+#include <apr_dso.h>
 #include <apr_strings.h>
 #include "port_dso.h"