diff options
Diffstat (limited to '')
-rw-r--r-- | src/update.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/update.h b/src/update.h index 109126299..15ff4bad1 100644 --- a/src/update.h +++ b/src/update.h @@ -20,6 +20,8 @@ #ifndef MPD_UPDATE_H #define MPD_UPDATE_H +#include <stdbool.h> + void update_global_init(void); void update_global_finish(void); |