cms-colord: Don't redefine _GNU_SOURCE

warning: "_GNU_SOURCE" redefined [enabled by default]

See commit c228e23b
dev
Armin K 11 years ago committed by Kristian Høgsberg
parent bc91926e0c
commit 214e9ce6ff
  1. 1
      src/cms-colord.c

@ -24,7 +24,6 @@
#include <config.h>
#endif
#define _GNU_SOURCE
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>

Loading…
Cancel
Save