# HG changeset patch # User diego # Date 1204922301 0 # Node ID 32ef0c7cb949314de1250cd305cd2ea8d372e71b # Parent f3e72d1a2329c35850cf7bcca2b28f41fe873864 Add missing header #includes to fix 'make checkheaders'. diff -r f3e72d1a2329 -r 32ef0c7cb949 osdep/glob.h --- a/osdep/glob.h Fri Mar 07 20:25:26 2008 +0000 +++ b/osdep/glob.h Fri Mar 07 20:38:21 2008 +0000 @@ -1,6 +1,7 @@ #ifndef MPLAYER_GLOB_H #define MPLAYER_GLOB_H +#include #include "config.h" typedef struct { diff -r f3e72d1a2329 -r 32ef0c7cb949 osdep/mmap.h --- a/osdep/mmap.h Fri Mar 07 20:25:26 2008 +0000 +++ b/osdep/mmap.h Fri Mar 07 20:38:21 2008 +0000 @@ -23,6 +23,8 @@ #ifndef MPLAYER_MMAP_H #define MPLAYER_MMAP_H +#include + /* * Protections are chosen from these bits, or-ed together */