aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state_file.h')
-rw-r--r--src/state_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state_file.h b/src/state_file.h
index d92392437..0fa1793d5 100644
--- a/src/state_file.h
+++ b/src/state_file.h
@@ -19,10 +19,10 @@
#ifndef MPD_STATE_FILE_H
#define MPD_STATE_FILE_H
-#include "gcc.h"
+#include <glib.h>
void write_state_file(void);
void read_state_file(void);
-void mpd_noreturn state_file_fatal(void);
+void G_GNUC_NORETURN state_file_fatal(void);
#endif /* STATE_FILE_H */