From 88b35a6dc6bb2eabd25cd99117a85319748f3656 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 7 Mar 2008 20:38:21 +0000 Subject: Add missing header #includes to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26196 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/glob.h | 1 + osdep/mmap.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'osdep') diff --git a/osdep/glob.h b/osdep/glob.h index 6f6599ed7f..64d618d0dd 100644 --- a/osdep/glob.h +++ b/osdep/glob.h @@ -1,6 +1,7 @@ #ifndef MPLAYER_GLOB_H #define MPLAYER_GLOB_H +#include #include "config.h" typedef struct { diff --git a/osdep/mmap.h b/osdep/mmap.h index 8a4ccc0abf..db7c136a96 100644 --- a/osdep/mmap.h +++ b/osdep/mmap.h @@ -23,6 +23,8 @@ #ifndef MPLAYER_MMAP_H #define MPLAYER_MMAP_H +#include + /* * Protections are chosen from these bits, or-ed together */ -- cgit v1.2.3