• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef foopulsecoresockethfoo
2 #define foopulsecoresockethfoo
3 
4 #ifdef HAVE_SYS_SOCKET_H
5 #include <sys/socket.h>
6 #endif
7 
8 #ifdef HAVE_WINSOCK2_H
9 #include <winsock2.h>
10 #include "winerrno.h"
11 
12 typedef long suseconds_t;
13 
14 #endif
15 
16 #ifdef HAVE_WS2TCPIP_H
17 #include <ws2tcpip.h>
18 #endif
19 
20 #endif
21