Add definition of __inline__ for non-GCC

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2013-04-25 09:55:49 +02:00
parent 30122df4fa
commit a8f405b8f9

View file

@ -40,6 +40,10 @@
#include <errno.h>
#include <stdarg.h>
#ifndef __GNUC__
#define __inline__ inline
#endif
#include <alsa/asoundef.h>
#include <alsa/version.h>
#include <alsa/global.h>