babl: s/__GNU_SOURCE/_GNU_SOURCE/ fixing issue #59
authorØyvind Kolås <pippin@gimp.org>
Sun, 7 Jun 2020 16:47:57 +0000 (18:47 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sun, 7 Jun 2020 17:06:17 +0000 (19:06 +0200)
babl/babl-mutex.h

index 77cb79870272e2fd187ae5a40bd8754f60b3f2e0..f5dcefb8262a6d1751a4c1d0659e5a33e59088ab 100644 (file)
@@ -20,7 +20,7 @@
 #define _BABL_MUTEX_H
 
 #ifndef _WIN32
-#define __GNU_SOURCE 1
+#define _GNU_SOURCE 1
 #include <pthread.h>
 #else
 #include <windows.h>