From 85b77b81caa40f8bcd03921380246cb5863d5d21 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 23:48:01 +0200 Subject: *: use gcc.h macros instead of GLib --- src/DecoderError.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/DecoderError.hxx') diff --git a/src/DecoderError.hxx b/src/DecoderError.hxx index 14810dec7..94b5a964b 100644 --- a/src/DecoderError.hxx +++ b/src/DecoderError.hxx @@ -20,12 +20,14 @@ #ifndef MPD_DECODER_ERROR_HXX #define MPD_DECODER_ERROR_HXX +#include "gcc.h" + #include /** * Quark for GError.domain. */ -G_GNUC_CONST +gcc_pure static inline GQuark decoder_quark(void) { -- cgit v1.2.3