1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00

os.h doesn't exist anymore, use compat.h.

svn path=/icecast/trunk/net/; revision=10949
This commit is contained in:
oddsock 2006-02-24 04:37:22 +00:00
parent efc35f79d5
commit 7cd4e78bd8

View File

@ -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