mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
13 lines
189 B
C
13 lines
189 B
C
|
|
#ifndef fooinet_ptonhfoo
|
||
|
|
#define fooinet_ptonhfoo
|
||
|
|
|
||
|
|
#ifdef HAVE_SYS_SOCKET_H
|
||
|
|
#include <sys/socket.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include "winsock.h"
|
||
|
|
|
||
|
|
int inet_pton(int af, const char *src, void *dst);
|
||
|
|
|
||
|
|
#endif
|