diff libmpdemux/demuxer.h @ 27063:290ba4821dda

Add missing #includes that are required for things used in the header.
author diego
date Tue, 17 Jun 2008 09:09:36 +0000
parents 1e6241274552
children 21e634c01f9f
line wrap: on
line diff
--- a/libmpdemux/demuxer.h	Tue Jun 17 08:58:26 2008 +0000
+++ b/libmpdemux/demuxer.h	Tue Jun 17 09:09:36 2008 +0000
@@ -1,6 +1,7 @@
 #ifndef MPLAYER_DEMUXER_H
 #define MPLAYER_DEMUXER_H
 
+#include <sys/types.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>