Commit 3e8bdb93 authored by Max Kellermann's avatar Max Kellermann

update: added missing stdbool.h include

parent 7542ec4f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment