mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Don't include sys/socket.h in the header when we do not need to.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@384 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
14474ae452
commit
4deeaefbe1
2 changed files with 3 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
|
|
|
|||
|
|
@ -23,11 +23,12 @@
|
|||
***/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "mainloop-api.h"
|
||||
#include "iochannel.h"
|
||||
|
||||
struct sockaddr;
|
||||
|
||||
struct pa_socket_client;
|
||||
|
||||
struct pa_socket_client* pa_socket_client_new_ipv4(struct pa_mainloop_api *m, uint32_t address, uint16_t port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue