Add missing header #includes to fix 'make checkheaders'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26216 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego
2008-03-10 19:28:42 +00:00
parent ed6d239e9d
commit 87281a7d6a
14 changed files with 39 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
#ifndef MPLAYER_STREAM_DVD_COMMON_H
#define MPLAYER_STREAM_DVD_COMMON_H
#include <inttypes.h>
#include <dvdread/ifo_types.h>
int mp_dvdtimetomsec(dvd_time_t *dt);
#endif /* MPLAYER_STREAM_DVD_COMMON_H */