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