mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Add inet_pton emulation for platforms that lack it. Only support IPv4 at
this point. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@582 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7050dbfdae
commit
adad7dc672
5 changed files with 80 additions and 1 deletions
|
|
@ -56,6 +56,10 @@
|
|||
#include "inet_ntop.h"
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_INET_PTON
|
||||
#include "inet_pton.h"
|
||||
#endif
|
||||
|
||||
#include "winsock.h"
|
||||
|
||||
#include <polypcore/socket-util.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue