diff options
author | Max Kellermann <max@duempel.org> | 2012-02-12 17:43:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-12 17:43:23 +0100 |
commit | 027c01511cfb8eac1a2e3f9fc54cfbb2bf968870 (patch) | |
tree | 2649984b8e6e010df5b428db1d1f52079532dd74 /src/update.c | |
parent | 4fdcc0496fbfce7b1ad4f46b249e4c9ee0b0e997 (diff) | |
download | mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.gz mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.xz mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.zip |
update_remove: add header update_remove.h
Diffstat (limited to 'src/update.c')
-rw-r--r-- | src/update.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update.c b/src/update.c index 1a3060653..2df1a5bf6 100644 --- a/src/update.c +++ b/src/update.c @@ -19,6 +19,7 @@ #include "config.h" #include "update_internal.h" +#include "update_remove.h" #include "update.h" #include "database.h" #include "mapper.h" |