summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_win32.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 18:58:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 18:58:35 +0000
commit00ad5d3fed36de56bb690375a209cdcd31b12ecc (patch)
tree183f2b215a77114f8802c667bfa8d7d8493a37fa /stream/vcd_read_win32.h
parentebe968283187d6ef1acab2ef4e511250bef6bc0f (diff)
downloadmpv-00ad5d3fed36de56bb690375a209cdcd31b12ecc.tar.bz2
mpv-00ad5d3fed36de56bb690375a209cdcd31b12ecc.tar.xz
Add a few missing header #includes and #defines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30207 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/vcd_read_win32.h')
-rw-r--r--stream/vcd_read_win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/vcd_read_win32.h b/stream/vcd_read_win32.h
index 1d8adf20c3..0df0320bb3 100644
--- a/stream/vcd_read_win32.h
+++ b/stream/vcd_read_win32.h
@@ -1,6 +1,9 @@
#ifndef MPLAYER_VCD_READ_WIN32_H
#define MPLAYER_VCD_READ_WIN32_H
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
#include <ddk/ntddcdrm.h>
#include "mp_msg.h"