From 87281a7d6aed2c6292f152206dc12c1850be7eaa Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 10 Mar 2008 19:28:42 +0000 Subject: Add missing header #includes to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26216 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvd_common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stream/stream_dvd_common.h') diff --git a/stream/stream_dvd_common.h b/stream/stream_dvd_common.h index b1e64172e5..9838f612fc 100644 --- a/stream/stream_dvd_common.h +++ b/stream/stream_dvd_common.h @@ -1,6 +1,9 @@ #ifndef MPLAYER_STREAM_DVD_COMMON_H #define MPLAYER_STREAM_DVD_COMMON_H +#include +#include + int mp_dvdtimetomsec(dvd_time_t *dt); #endif /* MPLAYER_STREAM_DVD_COMMON_H */ -- cgit v1.2.3