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:
parent
f7ee1580ce
commit
b3bc17fa73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user