# HG changeset patch # User ivo # Date 1193227649 0 # Node ID 454f3a34d4086256bf6b3bfb05f150129131d27a # Parent 1e1d16ef51c886ca6c0ef05851f7f7998bb03d6a add missing include (errno.h). fix compilation on openbsd diff -r 1e1d16ef51c8 -r 454f3a34d408 stream/tvi_bsdbt848.c --- a/stream/tvi_bsdbt848.c Wed Oct 24 09:22:28 2007 +0000 +++ b/stream/tvi_bsdbt848.c Wed Oct 24 12:07:29 2007 +0000 @@ -36,6 +36,7 @@ #include #include #include +#include #include #ifdef USE_SUN_AUDIO