mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
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:
parent
17615de014
commit
cff2d1c210
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include "alsactl.h"
|
#include "alsactl.h"
|
||||||
|
#include "os_compat.h"
|
||||||
|
|
||||||
#define PATH_SIZE 512
|
#define PATH_SIZE 512
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue