summaryrefslogtreecommitdiff
path: root/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h
blob: 15b0996b8b71f620a7a343db57a42f46d239ed0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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 @@
 #include <inttypes.h>
 #include <limits.h>
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifdef HAVE_SYS_USER_H
+#include <sys/user.h>	/* required by _WORDIZE with musl */
+#endif
+
 #include <pulse/gccmacro.h>
 #include <pulse/sample.h>
 #include <pulse/volume.h>