[MPlayer-cvslog] r26196 - in trunk/osdep: glob.h mmap.h
diego
subversion at mplayerhq.hu
Fri Mar 7 21:38:22 CET 2008
Author: diego
Date: Fri Mar 7 21:38:21 2008
New Revision: 26196
Log:
Add missing header #includes to fix 'make checkheaders'.
Modified:
trunk/osdep/glob.h
trunk/osdep/mmap.h
Modified: trunk/osdep/glob.h
==============================================================================
--- trunk/osdep/glob.h (original)
+++ trunk/osdep/glob.h Fri Mar 7 21:38:21 2008
@@ -1,6 +1,7 @@
#ifndef MPLAYER_GLOB_H
#define MPLAYER_GLOB_H
+#include <sys/types.h>
#include "config.h"
typedef struct {
Modified: trunk/osdep/mmap.h
==============================================================================
--- trunk/osdep/mmap.h (original)
+++ trunk/osdep/mmap.h Fri Mar 7 21:38:21 2008
@@ -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
*/
More information about the MPlayer-cvslog
mailing list