mixer: Fix inclusion of config.h

config.h wasn't read or read too late in some files in src/mixer.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2014-11-21 15:20:48 +01:00
parent b14c49ab3d
commit c0a708180f
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <math.h>
#include "config.h"
#include "mixer_local.h"
#include "mixer_simple.h"

View file

@ -39,8 +39,8 @@
#include <math.h>
#include <limits.h>
#include <alsa/asoundlib.h>
#include "mixer_simple.h"
#include "config.h"
#include "mixer_simple.h"
#ifndef DOC_HIDDEN