mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
Make sure socklen_t is defined.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@436 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
5e5808ab08
commit
357ab88ab5
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
#ifndef fooinet_ntophfoo
|
#ifndef fooinet_ntophfoo
|
||||||
#define fooinet_ntophfoo
|
#define fooinet_ntophfoo
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_SOCKET_H
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "winsock.h"
|
||||||
|
|
||||||
const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
|
const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue