[Mplayer-cvslog] CVS: main/libmpdemux stream.h,1.23,1.24

pl pl at mplayer.dev.hu
Mon Jan 7 10:22:05 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv2496

Modified Files:
	stream.h 
Log Message:
patch for missing include by Steven M. Schultz <sms at 2BSD.COM>


Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- stream.h	5 Jan 2002 19:21:06 -0000	1.23
+++ stream.h	7 Jan 2002 09:22:01 -0000	1.24
@@ -1,6 +1,8 @@
 #ifndef __STREAM_H
 #define __STREAM_H
 
+#include <inttypes.h>
+
 #define STREAM_BUFFER_SIZE 2048
 
 #define STREAMTYPE_FILE 0




More information about the MPlayer-cvslog mailing list