diff options
author | Max Kellermann <max@duempel.org> | 2009-09-25 16:43:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-25 16:43:33 +0200 |
commit | 3e8bdb93844eb21f4a34d4f586e51f869933ebb8 (patch) | |
tree | 37d0d70ac09a9e5ad455dc7c61f5db8d843a0741 /src/update.h | |
parent | 7542ec4f2028b5b154dd1f1777a1d07b585e4b52 (diff) | |
download | mpd-3e8bdb93844eb21f4a34d4f586e51f869933ebb8.tar.gz mpd-3e8bdb93844eb21f4a34d4f586e51f869933ebb8.tar.xz mpd-3e8bdb93844eb21f4a34d4f586e51f869933ebb8.zip |
update: added missing stdbool.h include
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); |