mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Also, move __kernel_long_t to type_compat.h for the consistency. Fixes: https://github.com/alsa-project/alsa-lib/issues/171 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
4 lines
135 B
C
4 lines
135 B
C
/* workaround for building with old glibc / kernel headers */
|
|
#include <alsa/sound/type_compat.h>
|
|
|
|
#include <alsa/sound/uapi/asound.h>
|