1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Fix compilation errors on non-windows platforms.

svn path=/trunk/net/; revision=4133
This commit is contained in:
Michael Smith 2002-12-01 02:11:07 +00:00
parent f7ee1580ce
commit b3bc17fa73
2 changed files with 5 additions and 6 deletions

View File

@ -25,12 +25,11 @@
#ifdef _WIN32
#include <winsock2.h>
#include <os.h>
#else
#include <unistd.h>
#endif
#include <os.h>
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#else