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/Log.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Log.hxx') diff --git a/src/Log.hxx b/src/Log.hxx index 1010721b5..55a6a7a31 100644 --- a/src/Log.hxx +++ b/src/Log.hxx @@ -20,9 +20,11 @@ #ifndef MPD_LOG_HXX #define MPD_LOG_HXX +#include "gcc.h" + #include -G_GNUC_CONST +gcc_const static inline GQuark log_quark(void) { -- cgit v1.2.3