From: Øyvind Kolås Date: Sun, 7 Jun 2020 16:47:57 +0000 (+0200) Subject: babl: s/__GNU_SOURCE/_GNU_SOURCE/ fixing issue #59 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~9^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44bd70feafddf53b476acaa4093dee8c8668a599;p=babl.git babl: s/__GNU_SOURCE/_GNU_SOURCE/ fixing issue #59 --- diff --git a/babl/babl-mutex.h b/babl/babl-mutex.h index 77cb798..f5dcefb 100644 --- a/babl/babl-mutex.h +++ b/babl/babl-mutex.h @@ -20,7 +20,7 @@ #define _BABL_MUTEX_H #ifndef _WIN32 -#define __GNU_SOURCE 1 +#define _GNU_SOURCE 1 #include #else #include