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:
diego 2008-03-07 20:38:21 +00:00
parent c5001347c2
commit 88b35a6dc6
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef MPLAYER_GLOB_H
#define MPLAYER_GLOB_H
#include <sys/types.h>
#include "config.h"
typedef struct {

View File

@ -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
*/