pcm: ladspa - Use LFS calls (readdir64)

Continue the work in commit ba86ac55 ("conf: Use LFS calls when reading
config files") and fix the PCM LADSPA code, too.

Fixes: https://github.com/alsa-project/alsa-lib/pull/223
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2022-05-19 18:37:46 +02:00
parent edec439a0c
commit 4fb83669ef
2 changed files with 5 additions and 2 deletions

View file

@ -20,6 +20,8 @@
*
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>