From 19d9fcbda8637099854f2d8147b402b4420d19f5 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 22:51:37 +0000 Subject: Port to Windows. This is mostly glue layers for the poor POSIX support on Windows. A few notes * Only sockets behave somewhat like file descriptors in UNIX. * There are no fixed paths. Closes thing is environment variables that point to system directories. We also figure out where the binary/dll is located and use that as configuration directory. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@418 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/module-protocol-stub.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'polyp/module-protocol-stub.c') diff --git a/polyp/module-protocol-stub.c b/polyp/module-protocol-stub.c index 7cd5ed3f..8c06a610 100644 --- a/polyp/module-protocol-stub.c +++ b/polyp/module-protocol-stub.c @@ -40,6 +40,13 @@ #include #endif +#ifdef HAVE_WINSOCK2_H +#include +#endif +#ifdef HAVE_WS2TCPIP_H +#include +#endif + #include "module.h" #include "socket-server.h" #include "socket-util.h" -- cgit