diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-04 19:46:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-04 19:46:46 +0100 |
commit | 845701035431683a4130055894d5e7c5250d066d (patch) | |
tree | b942cce2f8392949e02bba0d37d17fd7df86323a /package/pulseaudio/patches | |
parent | 16f5c651580432afeb4a255595b92a62307fdc3b (diff) |
pulseaudio: fix for uClibc-ng builds
Diffstat (limited to 'package/pulseaudio/patches')
-rw-r--r-- | package/pulseaudio/patches/patch-src_pulsecore_sample-util_h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h b/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h index 15b0996b8..a88e81653 100644 --- a/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h +++ b/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h @@ -1,6 +1,6 @@ --- pulseaudio-7.1.orig/src/pulsecore/sample-util.h 2015-09-10 06:51:41.000000000 +0200 -+++ pulseaudio-7.1/src/pulsecore/sample-util.h 2015-11-01 18:52:13.000000000 +0100 -@@ -24,6 +24,14 @@ ++++ pulseaudio-7.1/src/pulsecore/sample-util.h 2015-11-04 14:44:43.000000000 +0100 +@@ -24,6 +24,15 @@ #include <inttypes.h> #include <limits.h> @@ -9,6 +9,7 @@ +#endif + +#ifdef HAVE_SYS_USER_H ++#include <sys/types.h> +#include <sys/user.h> /* required by _WORDIZE with musl */ +#endif + |