changeset 24819:454f3a34d408

add missing include (errno.h). fix compilation on openbsd
author ivo
date Wed, 24 Oct 2007 12:07:29 +0000
parents 1e1d16ef51c8
children 833520054ee5
files stream/tvi_bsdbt848.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/time.h>
 #include <signal.h>
 #include <string.h>
+#include <errno.h>
 
 #include <sys/param.h>
 #ifdef USE_SUN_AUDIO