Index: telepathy-idle-0.1.4/src/idle-connection.c =================================================================== --- telepathy-idle-0.1.4.orig/src/idle-connection.c +++ telepathy-idle-0.1.4/src/idle-connection.c @@ -23,7 +23,7 @@ #include /* strnlen */ -#define __USE_GNU +#define _GNU_SOURCE #include #include Index: telepathy-idle-0.1.4/src/idle-parser.c =================================================================== --- telepathy-idle-0.1.4.orig/src/idle-parser.c +++ telepathy-idle-0.1.4/src/idle-parser.c @@ -26,9 +26,9 @@ #include #include -#define __USE_GNU +#define _GNU_SOURCE #include -#undef __USE_GNU +#undef _GNU_SOURCE #include #define IDLE_DEBUG_FLAG IDLE_DEBUG_PARSER