aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-09-25 16:43:33 +0200
committerMax Kellermann <max@duempel.org>2009-09-25 16:43:33 +0200
commit3e8bdb93844eb21f4a34d4f586e51f869933ebb8 (patch)
tree37d0d70ac09a9e5ad455dc7c61f5db8d843a0741 /src/update.h
parent7542ec4f2028b5b154dd1f1777a1d07b585e4b52 (diff)
downloadmpd-3e8bdb93844eb21f4a34d4f586e51f869933ebb8.tar.gz
mpd-3e8bdb93844eb21f4a34d4f586e51f869933ebb8.tar.xz
mpd-3e8bdb93844eb21f4a34d4f586e51f869933ebb8.zip
update: added missing stdbool.h include
Diffstat (limited to 'src/update.h')
-rw-r--r--src/update.h2
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);