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

missed from previous commit, win32 build needs this header

svn path=/icecast/branches/kh/thread/; revision=16215
This commit is contained in:
Karl Heyes 2009-07-07 21:50:59 +00:00
parent c9d9d4edd6
commit 5ad0b84327

View File

@ -36,6 +36,10 @@
#include <winbase.h>
#endif
#ifdef HAVE_FTIME
#include <sys/timeb.h>
#endif
#include <signal.h>
#include <timing/timing.h>