mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 00:19:32 +00:00
Add missing #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27075 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
02134bc46b
commit
8f044ad84b
@ -1,6 +1,7 @@
|
||||
#ifndef MPLAYER_STREAM_DVD_H
|
||||
#define MPLAYER_STREAM_DVD_H
|
||||
|
||||
#include "config.h"
|
||||
#include <stdint.h>
|
||||
#ifdef USE_DVDREAD_INTERNAL
|
||||
#include "dvdread/dvd_reader.h"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#ifndef MPLAYER_STREAM_DVD_COMMON_H
|
||||
#define MPLAYER_STREAM_DVD_COMMON_H
|
||||
|
||||
#include "config.h"
|
||||
#include <inttypes.h>
|
||||
#ifdef USE_DVDREAD_INTERNAL
|
||||
#include <dvdread/ifo_types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user