summaryrefslogtreecommitdiff
path: root/util/show-traps.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-01 16:58:15 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-05-01 16:58:15 +0100
commitbfd1602db9fd0d23074ef4d1628de66d70241c3b (patch)
tree775e14afb6494f4036700ee806f66d2c792c8f76 /util/show-traps.c
parent833630979404faae2bd99c59e4e5739e675917f0 (diff)
downloadcairo-bfd1602db9fd0d23074ef4d1628de66d70241c3b.tar.gz
Remove stray _GNU_SOURCE definitions
We define _GNU_SOURCE globally in both the Autotools build, through the use of the AC_USE_SYSTEM_EXTENSIONS macro; and in the Meson build, with add_project_arguments().
Diffstat (limited to 'util/show-traps.c')
-rw-r--r--util/show-traps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/show-traps.c b/util/show-traps.c
index f46c8b009..dc1093060 100644
--- a/util/show-traps.c
+++ b/util/show-traps.c
@@ -1,4 +1,5 @@
-#define _GNU_SOURCE
+#include "config.h"
+
#include <gtk/gtk.h>
#include <stdlib.h>
#include <stdio.h>