mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
os.h doesn't exist anymore, use compat.h.
svn path=/icecast/trunk/net/; revision=10949
This commit is contained in:
parent
739d544c34
commit
0320ef97f7
@ -31,7 +31,7 @@
|
|||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#elif _WIN32
|
#elif _WIN32
|
||||||
#include <os.h>
|
#include <compat.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_UIO_H
|
#ifdef HAVE_SYS_UIO_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user