From 7cd4e78bd86d784b93ec6b6d54b02c9ec54bc1de Mon Sep 17 00:00:00 2001 From: oddsock Date: Fri, 24 Feb 2006 04:37:22 +0000 Subject: [PATCH] os.h doesn't exist anymore, use compat.h. svn path=/icecast/trunk/net/; revision=10949 --- net/sock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sock.h b/net/sock.h index f11736d..aa1442c 100644 --- a/net/sock.h +++ b/net/sock.h @@ -31,7 +31,7 @@ #ifdef HAVE_UNISTD_H #include #elif _WIN32 -#include +#include #endif #ifdef HAVE_SYS_UIO_H