void-packages/srcpkgs/alsa-lib/patches/stdint_compat.patch
maxice8 3c45da75c1 alsa-lib: update to 1.1.5. (#9185)
* alsa-lib: update to 1.1.5.

* alsa-tools: update to 1.1.5.

* alsa-plugins: update to 1.1.5.

* alsa-utils: update to 1.1.5.
2017-11-15 07:59:57 +01:00

14 lines
357 B
Diff

Use stdlib.h defined types uint8_t, uint16_t, uint32_t and uint64_t
for compatibility with musl libc
--- include/pcm.h 2015-02-26 13:34:52.000000000 +0100
+++ include/pcm.h 2015-07-28 13:44:32.423885625 +0200
@@ -29,6 +29,8 @@
#ifndef __ALSA_PCM_H
#define __ALSA_PCM_H
+#include <stdint.h> /* uint_ types */
+
#ifdef __cplusplus
extern "C" {
#endif