From 983fdb3238ec717208cd354fc4e487bd69bf1d30 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 22:05:20 +0000 Subject: Stub uses socket defines so include the header. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@408 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/module-protocol-stub.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polyp/module-protocol-stub.c b/polyp/module-protocol-stub.c index 0b91c68c..37a17c86 100644 --- a/polyp/module-protocol-stub.c +++ b/polyp/module-protocol-stub.c @@ -29,6 +29,9 @@ #include #include +#ifdef HAVE_SYS_SOCKET_H +#include +#endif #ifdef HAVE_ARPA_INET_H #include #endif -- cgit