From 4deeaefbe116f6374b3cdb7a4186bb1bf7afefe2 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 19:11:23 +0000 Subject: 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 --- polyp/socket-client.c | 1 + polyp/socket-client.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/polyp/socket-client.c b/polyp/socket-client.c index a55fd4ba..58bc7e80 100644 --- a/polyp/socket-client.c +++ b/polyp/socket-client.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include diff --git a/polyp/socket-client.h b/polyp/socket-client.h index 9c3e0b37..b8c73ed8 100644 --- a/polyp/socket-client.h +++ b/polyp/socket-client.h @@ -23,11 +23,12 @@ ***/ #include -#include #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); -- cgit