patch-src_pulsecore_sample-util_h 490 B

123456789101112131415161718
  1. --- pulseaudio-7.1.orig/src/pulsecore/sample-util.h 2015-09-10 06:51:41.000000000 +0200
  2. +++ pulseaudio-7.1/src/pulsecore/sample-util.h 2015-11-04 14:44:43.000000000 +0100
  3. @@ -24,6 +24,15 @@
  4. #include <inttypes.h>
  5. #include <limits.h>
  6. +#ifdef HAVE_CONFIG_H
  7. +#include <config.h>
  8. +#endif
  9. +
  10. +#ifdef HAVE_SYS_USER_H
  11. +#include <sys/types.h>
  12. +#include <sys/user.h> /* required by _WORDIZE with musl */
  13. +#endif
  14. +
  15. #include <pulse/gccmacro.h>
  16. #include <pulse/sample.h>
  17. #include <pulse/volume.h>