aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/NetworkSockets.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/common/include/NetworkSockets.hpp')
-rw-r--r--profiling/common/include/NetworkSockets.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiling/common/include/NetworkSockets.hpp b/profiling/common/include/NetworkSockets.hpp
index b9e58aac1d..77507644e6 100644
--- a/profiling/common/include/NetworkSockets.hpp
+++ b/profiling/common/include/NetworkSockets.hpp
@@ -34,6 +34,8 @@ using PollFd = pollfd;
using Socket = SOCKET;
using PollFd = WSAPOLLFD;
+using nfds_t = int;
+using socklen_t = int;
#define SOCK_CLOEXEC 0
#endif