summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/vcd_read.h')
-rw-r--r--stream/vcd_read.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stream/vcd_read.h b/stream/vcd_read.h
index cf876d98e4..9cf46fce25 100644
--- a/stream/vcd_read.h
+++ b/stream/vcd_read.h
@@ -1,6 +1,12 @@
#ifndef MPLAYER_VCD_READ_H
#define MPLAYER_VCD_READ_H
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
+#include <sys/ioctl.h>
+#include "mp_msg.h"
+#include "stream.h"
#include "libavutil/intreadwrite.h"
//=================== VideoCD ==========================
#if defined(linux) || defined(sun) || defined(__bsdi__)