From: Takashi Iwai Date: Tue, 31 Jul 2012 09:18:54 +0000 (+0200) Subject: usb_stream: Fix build with glibc 2.16 X-Git-Tag: v1.0.26~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=81ae188c8d1b42d187b97846e3b31479a00d4720;p=alsa-plugins.git usb_stream: Fix build with glibc 2.16 _GNU_SOURCE needs to be defined at first. Signed-off-by: Takashi Iwai --- diff --git a/usb_stream/pcm_usb_stream.c b/usb_stream/pcm_usb_stream.c index b1fd68f..8220849 100644 --- a/usb_stream/pcm_usb_stream.c +++ b/usb_stream/pcm_usb_stream.c @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include #define _GNU_SOURCE +#include #include #include #include