diff options
Diffstat (limited to 'src/Log.hxx')
-rw-r--r-- | src/Log.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
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 <glib.h> -G_GNUC_CONST +gcc_const static inline GQuark log_quark(void) { |