diff osdep/mmap.h @ 26164:32ef0c7cb949

Add missing header #includes to fix 'make checkheaders'.
author diego
date Fri, 07 Mar 2008 20:38:21 +0000
parents c4d1f32ca1a4
children
line wrap: on
line diff
--- 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
  */