Index: /trunk/src/VBox/Devices/Network/slirp/slirp_state.h
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/slirp_state.h	(revision 53381)
+++ /trunk/src/VBox/Devices/Network/slirp/slirp_state.h	(revision 53382)
@@ -178,6 +178,5 @@
     struct socket udb;
     struct socket *udp_last_so;
-    struct socket icmp_socket;
-    struct icmp_storage icmp_msg_head;
+
 # ifndef RT_OS_WINDOWS
     /* counter of sockets needed for allocation enough room to
@@ -198,4 +197,7 @@
 #  define NSOCK_DEC_EX(ex) do {} while (0)
 # endif
+
+    struct socket icmp_socket;
+    struct icmp_storage icmp_msg_head;
     int cIcmpCacheSize;
     int iIcmpCacheLimit;
