]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsamixer: suppress _XOPEN_SOURCE compile warning
authorJaroslav Kysela <perex@perex.cz>
Fri, 5 Jun 2020 06:26:30 +0000 (08:26 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 Jun 2020 06:26:30 +0000 (08:26 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsamixer/utils.c

index 3602bef0ef0b9d6bd73ded9cb61e7584ed22d02a..7c69b9c28fde4f20d7ea6794fd78260604f19e76 100644 (file)
@@ -16,7 +16,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _XOPEN_SOURCE
 #define _XOPEN_SOURCE
+#endif
 #include "aconfig.h"
 #include <limits.h>
 #include <stdlib.h>