update: added missing stdbool.h include

This commit is contained in:
Max Kellermann 2009-09-25 16:43:33 +02:00
parent 7542ec4f20
commit 3e8bdb9384

View File

@ -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);