From: David Henningsson Date: Tue, 12 Feb 2013 09:06:11 +0000 (+0100) Subject: Add sys/types.h to include list X-Git-Tag: v1.0.27~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3e7dc283ed2d3ed2341f0657811c588f4dbcba6d;p=alsa-lib.git Add sys/types.h to include list This is needed by snd_pcm_format_silence* functions which return u_int*_t. It was discovered while trying to compile ALSA programs with eglibc 2.17. Credits to Richard Shaw, Gary Buhrmaster, Matthieu Baerts and Adam Conrad for this fix. BugLink: https://bugs.launchpad.net/bugs/1109298 BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=885306 Signed-off-by: David Henningsson Signed-off-by: Takashi Iwai --- diff --git a/include/asoundlib-head.h b/include/asoundlib-head.h index 20c8a68d..6edbab00 100644 --- a/include/asoundlib-head.h +++ b/include/asoundlib-head.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include