[rtmpdump] r156 - trunk/thread.c
hyc
subversion at mplayerhq.hu
Thu Dec 31 05:16:47 CET 2009
Author: hyc
Date: Thu Dec 31 05:16:45 2009
New Revision: 156
Log:
Need <errno.h> here too
Modified:
trunk/thread.c
Modified: trunk/thread.c
==============================================================================
--- trunk/thread.c Thu Dec 31 05:10:30 2009 (r155)
+++ trunk/thread.c Thu Dec 31 05:16:45 2009 (r156)
@@ -22,6 +22,9 @@
#include "log.h"
#ifdef WIN32
+
+#include <errno.h>
+
HANDLE
ThreadCreate(thrfunc *routine, void *args)
{
More information about the rtmpdump
mailing list