alsactl: fix OpenBSD compilation (add include of os_compat.h)

Fixes: https://github.com/alsa-project/alsa-utils/pull/193
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
SASANO Takayoshi 2023-02-25 18:29:01 +09:00 committed by Jaroslav Kysela
parent 17615de014
commit cff2d1c210

View file

@ -31,6 +31,7 @@
#include <sys/time.h>
#include <sys/stat.h>
#include "alsactl.h"
#include "os_compat.h"
#define PATH_SIZE 512