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