[MPlayer-cvslog] r24847 - trunk/stream/tvi_bsdbt848.c
ivo
subversion at mplayerhq.hu
Wed Oct 24 14:07:29 CEST 2007
Author: ivo
Date: Wed Oct 24 14:07:29 2007
New Revision: 24847
Log:
add missing include (errno.h). fix compilation on openbsd
Modified:
trunk/stream/tvi_bsdbt848.c
Modified: trunk/stream/tvi_bsdbt848.c
==============================================================================
--- trunk/stream/tvi_bsdbt848.c (original)
+++ trunk/stream/tvi_bsdbt848.c Wed Oct 24 14:07:29 2007
@@ -36,6 +36,7 @@
#include <sys/time.h>
#include <signal.h>
#include <string.h>
+#include <errno.h>
#include <sys/param.h>
#ifdef USE_SUN_AUDIO
More information about the MPlayer-cvslog
mailing list