]> git.alsa-project.org Git - alsa-lib.git/commit
utils/alsa.m4: include <stdlib.h> for exit()
authorSam James <sam@gentoo.org>
Sun, 30 Oct 2022 18:06:37 +0000 (18:06 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 29 Jan 2023 17:51:54 +0000 (18:51 +0100)
commit1fc1c1b7dcdcd60ff87737b03dc915eb1a8c2152
treeaf6bc9c766f9b788ac8f43da9156447364199e71
parent496c4e031b49216c2fcda83c052cc243ba425a76
utils/alsa.m4: include <stdlib.h> for exit()

Clang 16 makes -Wimplicit-function-declaration an error by default
and it's easier to just explicitly include <stdlib.h> rather
than hope the ALSA headers always have it.

Fixes: https://github.com/alsa-project/alsa-lib/pull/278
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
utils/alsa.m4