mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
os.h doesn't exist anymore, use compat.h.
svn path=/icecast/trunk/net/; revision=10949
This commit is contained in:
parent
efc35f79d5
commit
7cd4e78bd8
@ -31,7 +31,7 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#elif _WIN32
|
||||
#include <os.h>
|
||||
#include <compat.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_UIO_H
|
||||
|
Loading…
Reference in New Issue
Block a user