summaryrefslogtreecommitdiff
path: root/src/pulsecore/socket.h
blob: 72f2228183ff60bf509e8e9df0a1d51864c9c814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef foopulsecoresockethfoo
#define foopulsecoresockethfoo

#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif

#ifdef HAVE_WINSOCK2_H
#include <winsock2.h>
#include "winerrno.h"

typedef long suseconds_t;

#endif

#ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h>
#endif

#endif