aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-03 13:19:01 +0100
committerMax Kellermann <max@duempel.org>2009-01-03 13:19:01 +0100
commit48aace185958f9a6363a8ac389924fcf73acb8a7 (patch)
tree13c4ac8dd1031457339ebe287dc43ccc35e2151f /src/update.c
parent96814397ad6a43780171d06c7df187da9afd86da (diff)
downloadmpd-48aace185958f9a6363a8ac389924fcf73acb8a7.tar.gz
mpd-48aace185958f9a6363a8ac389924fcf73acb8a7.tar.xz
mpd-48aace185958f9a6363a8ac389924fcf73acb8a7.zip
event_pipe: moved variable "main_task" to main.c
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update.c b/src/update.c
index ae407f157..e313f0aef 100644
--- a/src/update.c
+++ b/src/update.c
@@ -30,6 +30,7 @@
#include "update.h"
#include "idle.h"
#include "conf.h"
+#include "main.h"
#include <glib.h>