Author: duncan
Date: Tue Sep 26 10:47:36 2006
New Revision: 1904

Modified:
   branches/mmpython-0-4/mmpython/disc/ifomodule.c

Log:
libdvdread now requires inttypes header
#error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."


Modified: branches/mmpython-0-4/mmpython/disc/ifomodule.c
==============================================================================
--- branches/mmpython-0-4/mmpython/disc/ifomodule.c     (original)
+++ branches/mmpython-0-4/mmpython/disc/ifomodule.c     Tue Sep 26 10:47:36 2006
@@ -8,6 +8,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <assert.h>
+#include <inttypes.h>
 
 #include <dvdread/dvd_reader.h>
 #include <dvdread/ifo_types.h>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to