mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05: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
|
||||
#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