summaryrefslogtreecommitdiffstats
path: root/stream/tvi_bsdbt848.c
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-24 12:07:29 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-24 12:07:29 +0000
commitdef691696ed861ca308b2c3fe2764d0eb270c7d5 (patch)
treedee5e78ee76c38935b61831e36c150fd66b90c84 /stream/tvi_bsdbt848.c
parent8351fa36295eaa610c05a109d2f3fe1c7d056892 (diff)
downloadmpv-def691696ed861ca308b2c3fe2764d0eb270c7d5.tar.bz2
mpv-def691696ed861ca308b2c3fe2764d0eb270c7d5.tar.xz
add missing include (errno.h). fix compilation on openbsd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24847 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_bsdbt848.c')
-rw-r--r--stream/tvi_bsdbt848.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c
index 8ac31aef03..1b7c7e2847 100644
--- a/stream/tvi_bsdbt848.c
+++ b/stream/tvi_bsdbt848.c
@@ -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