Add missing header #includes to fix 'make checkheaders'.
author |
diego |
date |
Fri, 07 Mar 2008 20:38:21 +0000 |
parents |
f3e72d1a2329 |
children |
32fda5bc7d58 |
files |
osdep/glob.h osdep/mmap.h |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- 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 <sys/types.h>
#include "config.h"
typedef struct {
--- 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 <sys/types.h>
+
/*
* Protections are chosen from these bits, or-ed together
*/