We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48918a0 commit ad58a97Copy full SHA for ad58a97
src/internal_modules/roc_address/target_berkley/roc_address/socket_addr.h
@@ -12,16 +12,18 @@
12
#ifndef ROC_ADDRESS_SOCKET_ADDR_H_
13
#define ROC_ADDRESS_SOCKET_ADDR_H_
14
15
+// splitter comment for clang-format
16
#ifndef __WIN32__
17
#include <netinet/in.h>
18
#include <sys/socket.h>
-#else
19
+#else // __WIN32__
20
#include <cstdint>
21
typedef uint16_t sa_family_t;
22
typedef uint16_t in_port_t;
23
#include <winsock2.h>
24
#include <ws2tcpip.h>
-#endif
25
+#endif // __WIN32__
26
27
28
#include "roc_address/addr_family.h"
29
#include "roc_core/attributes.h"
0 commit comments