diff stream/stream_dvdnav.h @ 26184:7ee4ae1648e6

Add missing header #includes to fix 'make checkheaders'.
author diego
date Mon, 10 Mar 2008 19:28:42 +0000
parents 32acf35f74e1
children 2b6d87a07612
line wrap: on
line diff
--- a/stream/stream_dvdnav.h	Mon Mar 10 19:28:18 2008 +0000
+++ b/stream/stream_dvdnav.h	Mon Mar 10 19:28:42 2008 +0000
@@ -1,6 +1,9 @@
 #ifndef MPLAYER_STREAM_DVDNAV_H
 #define MPLAYER_STREAM_DVDNAV_H
 
+#include <stdint.h>
+#include "stream.h"
+
 typedef struct {
   int event;             /* event number fromd dvdnav_events.h */
   void * details;        /* event details */