]> git.alsa-project.org Git - alsa-utils.git/commit
utils.c: Include limits.h explicitly to fix build on musl
authorAndreas Müller <schnitzeltony@gmail.com>
Thu, 3 Jun 2021 14:07:10 +0000 (16:07 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 7 Jun 2021 17:13:47 +0000 (19:13 +0200)
commit6a0d13ddb2b2afb450f3404d3cbaa56253bdcab2
tree05cb2a7ebe4f7e54c04baa38357cec521ae98656
parent6018c2014ac24877b2aa58c2c57f2fd901e6c7b1
utils.c: Include limits.h explicitly to fix build on musl

Fixes:
| ../../alsa-utils-1.2.5/alsactl/utils.c: In function 'snd_card_clean_cfgdir':
| ../../alsa-utils-1.2.5/alsactl/utils.c:309:19: error: 'PATH_MAX' undeclared (first use in this function)
|   309 |         char path[PATH_MAX];
|       |                   ^~~~~~~~
| ../../alsa-utils-1.2.5/alsactl/utils.c:309:19: note: each undeclared identifier is reported only once for each function it appears in

Fixes: https://github.com/alsa-project/alsa-utils/pull/92
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/utils.c