cms-colord: Don't redefine _GNU_SOURCE

warning: "_GNU_SOURCE" redefined [enabled by default]

See commit c228e23b
This commit is contained in:
Armin K
2013-08-07 17:45:23 +02:00
committed by Kristian Høgsberg
parent bc91926e0c
commit 214e9ce6ff
-1
View File
@@ -24,7 +24,6 @@
#include <config.h>
#endif
#define _GNU_SOURCE
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>