summaryrefslogtreecommitdiffstats
path: root/stream/cdd.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/cdd.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/cdd.h')
-rw-r--r--stream/cdd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/cdd.h b/stream/cdd.h
index 97c039b3d0..9d2ee4d9d0 100644
--- a/stream/cdd.h
+++ b/stream/cdd.h
@@ -9,6 +9,7 @@
#include <cdio/cdda.h>
#include <cdio/paranoia.h>
#endif
+#include <sys/types.h>
typedef struct {
char cddb_hello[1024];