mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26196 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c5001347c2
commit
88b35a6dc6
@ -1,6 +1,7 @@
|
||||
#ifndef MPLAYER_GLOB_H
|
||||
#define MPLAYER_GLOB_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "config.h"
|
||||
|
||||
typedef struct {
|
||||
|
@ -23,6 +23,8 @@
|
||||
#ifndef MPLAYER_MMAP_H
|
||||
#define MPLAYER_MMAP_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* Protections are chosen from these bits, or-ed together
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user