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/OutputError.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/OutputError.hxx') diff --git a/src/OutputError.hxx b/src/OutputError.hxx index 451df9857..e1f91e196 100644 --- a/src/OutputError.hxx +++ b/src/OutputError.hxx @@ -20,12 +20,14 @@ #ifndef MPD_OUTPUT_ERROR_HXX #define MPD_OUTPUT_ERROR_HXX +#include "gcc.h" + #include /** * Quark for GError.domain. */ -G_GNUC_CONST +gcc_const static inline GQuark output_quark(void) { -- cgit v1.2.3