[xiph-commits] r10949 - icecast/trunk/net

oddsock at svn.xiph.org oddsock at svn.xiph.org
Thu Feb 23 20:37:24 PST 2006


Author: oddsock
Date: 2006-02-23 20:37:22 -0800 (Thu, 23 Feb 2006)
New Revision: 10949

Modified:
   icecast/trunk/net/sock.h
Log:
os.h doesn't exist anymore, use compat.h.

Modified: icecast/trunk/net/sock.h
===================================================================
--- icecast/trunk/net/sock.h	2006-02-23 23:02:49 UTC (rev 10948)
+++ icecast/trunk/net/sock.h	2006-02-24 04:37:22 UTC (rev 10949)
@@ -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



More information about the commits mailing list