update: added missing stdbool.h include
This commit is contained in:
parent
7542ec4f20
commit
3e8bdb9384
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user