From: Abramo Bagnara Date: Thu, 1 Feb 2001 07:52:57 +0000 (+0000) Subject: Fix for recent glibc X-Git-Tag: v1.0.3~90 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0d64698ef291bacacc3c74205ebd759260f74bc4;p=alsa-oss.git Fix for recent glibc --- diff --git a/alsa-oss.c b/alsa-oss.c index 1347e6a..422ed1a 100644 --- a/alsa-oss.c +++ b/alsa-oss.c @@ -36,6 +36,8 @@ #include #include +#define _GNU_SOURCE + static int debug = 0; #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)