meson: modules/alsa: Fix udev-util include path

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-09-20 15:00:05 +07:00 committed by Arun Raghavan
parent 652d3db8f4
commit 50bb97261e

View file

@ -45,7 +45,7 @@
#include "alsa-mixer.h"
#ifdef HAVE_UDEV
#include "udev-util.h"
#include <modules/udev-util.h>
#endif
static int set_format(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, pa_sample_format_t *f) {