From 5ad0b84327567d9c7525be43d5b1d7f26cd96254 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Tue, 7 Jul 2009 21:50:59 +0000 Subject: [PATCH] missed from previous commit, win32 build needs this header svn path=/icecast/branches/kh/thread/; revision=16215 --- src/thread/thread.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/thread/thread.c b/src/thread/thread.c index 09030057..d15934ed 100644 --- a/src/thread/thread.c +++ b/src/thread/thread.c @@ -36,6 +36,10 @@ #include #endif +#ifdef HAVE_FTIME +#include +#endif + #include #include