[patch] add dr_69.h to dr.h includes
Johann Hanne <[email protected]>
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <200710161937.21532.jhml__24333.3331578926$1192556272$gmane$org@gmx.net> |
Hi, the addition of dr_69.h missed its inclusion in dr.h, the attached patch fixes this. Cheers, Johann _______________________________________________ libdvbpsi-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libdvbpsi-devel
libdvbpsi-svn156-add_dr_69_include.diff
(text/x-diff, 391 B)
diff -uNr libdvbpsi-r156/src/descriptors/dr.h libdvbpsi-r156-fixes/src/descriptors/dr.h --- libdvbpsi-r156/src/descriptors/dr.h 2007-10-16 19:28:41.000000000 +0200 +++ libdvbpsi-r156-fixes/src/descriptors/dr.h 2007-10-16 19:30:42.000000000 +0200 @@ -55,6 +55,7 @@ #include "dr_55.h" #include "dr_56.h" #include "dr_59.h" +#include "dr_69.h" #else #error "Multiple inclusions of dr.h"