0001-musl-types-h.patch 577 B

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