diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 02:49:47 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 02:49:47 -0500 |
commit | 1f2cc9ebe28e0a6418d243aa551c6e0cb544e79c (patch) | |
tree | 3a23c4e131f4822baeb50368b3aa01cbb37767d0 /user/libdvbpsi/fix-includes.patch | |
parent | 830b3ff955c18c4cfc65135e293b47ab85eeab5f (diff) | |
download | packages-1f2cc9ebe28e0a6418d243aa551c6e0cb544e79c.tar.gz packages-1f2cc9ebe28e0a6418d243aa551c6e0cb544e79c.tar.bz2 packages-1f2cc9ebe28e0a6418d243aa551c6e0cb544e79c.tar.xz packages-1f2cc9ebe28e0a6418d243aa551c6e0cb544e79c.zip |
user/libdvbpsi: pull in, modernise, bump to 1.3.2
Diffstat (limited to 'user/libdvbpsi/fix-includes.patch')
-rw-r--r-- | user/libdvbpsi/fix-includes.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/user/libdvbpsi/fix-includes.patch b/user/libdvbpsi/fix-includes.patch new file mode 100644 index 000000000..9fbdc8455 --- /dev/null +++ b/user/libdvbpsi/fix-includes.patch @@ -0,0 +1,24 @@ +--- libdvbpsi-1.1.1.orig/examples/dvbinfo/buffer.h ++++ libdvbpsi-1.1.1/examples/dvbinfo/buffer.h +@@ -23,6 +23,9 @@ + #ifndef DVBINFO_BUFFER_H_ + #define DVBINFO_BUFFER_H_ + ++#include <sys/types.h> ++#include <stdint.h> ++ + typedef struct buffer_s buffer_t; + + struct buffer_s +--- libdvbpsi-1.1.1.orig/src/descriptor.h ++++ libdvbpsi-1.1.1/src/descriptor.h +@@ -35,6 +35,9 @@ + #ifndef _DVBPSI_DESCRIPTOR_H_ + #define _DVBPSI_DESCRIPTOR_H_ + ++#include <sys/types.h> ++#include <stdint.h> ++ + #ifdef __cplusplus + extern "C" { + #endif |