Author: odeakin
Date: Wed Aug 12 13:26:18 2009
New Revision: 803496
URL: http://svn.apache.org/viewvc?rev=803496&view=rev
Log:
Add include of nethelp.h to fix missing throwJavaNetSocketException declaration since the
removal of jclprots.h
Modified:
harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/windows/helpers.c
Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/windows/helpers.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/windows/helpers.c?rev=803496&r1=803495&r2=803496&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/windows/helpers.c
(original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/windows/helpers.c
Wed Aug 12 13:26:18 2009
@@ -33,6 +33,7 @@
#include "charsetmap.h"
#include "helpers.h"
+#include "nethelp.h"
#include "hysock.h"
#include <iphlpapi.h>
|