From 3e8bdb93844eb21f4a34d4f586e51f869933ebb8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Sep 2009 16:43:33 +0200 Subject: update: added missing stdbool.h include --- src/update.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/update.h b/src/update.h index 10912629..15ff4bad 100644 --- a/src/update.h +++ b/src/update.h @@ -20,6 +20,8 @@ #ifndef MPD_UPDATE_H #define MPD_UPDATE_H +#include + void update_global_init(void); void update_global_finish(void); -- cgit v1.2.3