diff libmpdemux/mpeg_packetizer.h @ 26143:268ecf0e1ba4

Add missing header #includes to fix 'make checkheaders'.
author diego
date Wed, 05 Mar 2008 23:32:01 +0000
parents 4129c8cfa742
children 0c1db5fd3f79
line wrap: on
line diff
--- a/libmpdemux/mpeg_packetizer.h	Wed Mar 05 23:04:27 2008 +0000
+++ b/libmpdemux/mpeg_packetizer.h	Wed Mar 05 23:32:01 2008 +0000
@@ -25,6 +25,8 @@
 #ifndef MPLAYER_MPEG_PACKETIZER_H
 #define MPLAYER_MPEG_PACKETIZER_H
 
+#include <stdint.h>
+
 /* Send MPEG <type> PES packet */
 int send_mpeg_pes_packet (unsigned char *data, int len, int id, uint64_t pts, 
                           int type, int my_write (const unsigned char *data, int len));