xref: /OK3568_Linux_fs/buildroot/package/dvbsnoop/0001-musl-types-h.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Fix musl build
2
3Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
4
5diff -uNr dvbsnoop-1.4.50.org/src/misc/helper.h dvbsnoop-1.4.50/src/misc/helper.h
6--- dvbsnoop-1.4.50.org/src/misc/helper.h	2006-01-02 20:04:56.000000000 +0100
7+++ dvbsnoop-1.4.50/src/misc/helper.h	2016-01-24 14:35:02.000000000 +0100
8@@ -16,6 +16,7 @@
9 #ifndef __HELPER_H
10 #define __HELPER_H
11
12+#include <sys/types.h>
13
14 u_long outBit_Sx (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);
15 u_long outBit_Sx_NL (int verbosity, const char *text, u_char *buf, int startbit, int bitlen);
16