From: Jaroslav Kysela Date: Fri, 5 Jun 2020 06:26:30 +0000 (+0200) Subject: alsamixer: suppress _XOPEN_SOURCE compile warning X-Git-Tag: v1.2.3~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4aadfe334f2322b98e26bf1b88957b4678392c27;p=alsa-utils.git alsamixer: suppress _XOPEN_SOURCE compile warning Signed-off-by: Jaroslav Kysela --- diff --git a/alsamixer/utils.c b/alsamixer/utils.c index 3602bef..7c69b9c 100644 --- a/alsamixer/utils.c +++ b/alsamixer/utils.c @@ -16,7 +16,9 @@ * along with this program. If not, see . */ +#ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE +#endif #include "aconfig.h" #include #include