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 2007/01/24 08:34:13 UTC

svn commit: r499295 - /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c

Author: hindessm
Date: Tue Jan 23 23:34:11 2007
New Revision: 499295

URL: http://svn.apache.org/viewvc?view=rev&rev=499295
Log:
Fixed compilation on windows (untested).

Modified:
    harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c?view=diff&rev=499295&r1=499294&r2=499295
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c Tue Jan 23 23:34:11 2007
@@ -15,11 +15,11 @@
 * limitations under the License.
 */
 #include <stdlib.h>
+#include <string.h>
 #include <stdio.h>
 
 #include "hycomp.h"
 #include "hyport.h"
-#include "hythread.h"
 
 int main (int argc, char **argv, char **envp)
 {