]> git.alsa-project.org Git - alsa-oss.git/commitdiff
Fix for recent glibc
authorAbramo Bagnara <abramo@alsa-project.org>
Thu, 1 Feb 2001 07:52:57 +0000 (07:52 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Thu, 1 Feb 2001 07:52:57 +0000 (07:52 +0000)
alsa-oss.c

index 1347e6a7c6bd8b71243e93111d42be15cd42d93f..422ed1adc38290a2286f083ea9071b9e830125bf 100644 (file)
@@ -36,6 +36,8 @@
 #include <linux/soundcard.h>
 #include <sys/asoundlib.h>
 
+#define _GNU_SOURCE
+
 static int debug = 0;
 
 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)