[xiph-commits] r16215 - icecast/branches/kh/thread

karl at svn.xiph.org karl at svn.xiph.org
Tue Jul 7 14:51:00 PDT 2009


Author: karl
Date: 2009-07-07 14:50:59 -0700 (Tue, 07 Jul 2009)
New Revision: 16215

Modified:
   icecast/branches/kh/thread/thread.c
Log:
missed from previous commit, win32 build needs this header


Modified: icecast/branches/kh/thread/thread.c
===================================================================
--- icecast/branches/kh/thread/thread.c	2009-07-07 20:27:19 UTC (rev 16214)
+++ icecast/branches/kh/thread/thread.c	2009-07-07 21:50:59 UTC (rev 16215)
@@ -36,6 +36,10 @@
 #include <winbase.h>
 #endif
 
+#ifdef HAVE_FTIME
+#include <sys/timeb.h>
+#endif
+
 #include <signal.h>
 
 #include <timing/timing.h>



More information about the commits mailing list