hotspot/src/os/solaris/vm/jvm_solaris.h
changeset 11256 025cd1741566
parent 7397 5b173b4ca846
child 29460 520bbffc79ca
--- a/hotspot/src/os/solaris/vm/jvm_solaris.h	Mon Dec 19 21:38:51 2011 -0800
+++ b/hotspot/src/os/solaris/vm/jvm_solaris.h	Wed Dec 21 15:48:16 2011 -0500
@@ -33,7 +33,6 @@
 // All local includes have been commented out.
 */
 
-
 #ifndef JVM_MD_H
 #define JVM_MD_H
 
@@ -44,6 +43,7 @@
 
 #include <dirent.h>             /* For DIR */
 #include <sys/param.h>          /* For MAXPATHLEN */
+#include <sys/socket.h>         /* For socklen_t */
 #include <unistd.h>             /* For F_OK, R_OK, W_OK */
 #include <sys/int_types.h>      /* for intptr_t types (64 Bit cleanliness) */
 
@@ -82,7 +82,6 @@
 #define JVM_O_EXCL       O_EXCL
 #define JVM_O_CREAT      O_CREAT
 
-
 /* Signal definitions */
 
 #define BREAK_SIGNAL     SIGQUIT           /* Thread dumping support.    */