tools: fix compilation with musl

This commit is contained in:
Wim Taymans 2022-01-27 14:59:11 +01:00
parent bb5c43b5ba
commit 3256c6e5e7
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,10 @@
#include <math.h>
#include <fnmatch.h>
#if !defined(FNM_EXTMATCH)
#define FNM_EXTMATCH 0
#endif
#include <spa/utils/result.h>
#include <spa/utils/string.h>
#include <spa/pod/iter.h>