aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wsutil/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/socket.h b/wsutil/socket.h
index 7d99d7cf67..55e9a90310 100644
--- a/wsutil/socket.h
+++ b/wsutil/socket.h
@@ -48,8 +48,6 @@
#include <arpa/inet.h>
#endif
-#endif /* __SOCKET_H__ */
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -70,6 +68,8 @@ WS_DLL_PUBLIC void ws_cleanup_sockets(void);
}
#endif
+#endif /* __SOCKET_H__ */
+
/*
* Editor modelines - https://www.wireshark.org/tools/modelines.html
*