diff options
Diffstat (limited to 'src/strset.h')
-rw-r--r-- | src/strset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strset.h b/src/strset.h index 32a145f2b..65415061e 100644 --- a/src/strset.h +++ b/src/strset.h @@ -28,11 +28,11 @@ #ifndef MPD_STRSET_H #define MPD_STRSET_H -#include "gcc.h" +#include <glib.h> struct strset; -mpd_malloc struct strset *strset_new(void); +G_GNUC_MALLOC struct strset *strset_new(void); void strset_free(struct strset *set); |