diff options
author | Max Kellermann <max@duempel.org> | 2012-08-02 18:20:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-02 19:12:06 +0200 |
commit | edf811fa0271da729e9962e3976f2a68ac35a395 (patch) | |
tree | edae1c9330ea0bdc7eff132ef15deed6a20fc8d8 /src/inotify_source.h | |
parent | b25b7693baa8be5ab7f0fc727f17fb560b6208ae (diff) | |
download | mpd-edf811fa0271da729e9962e3976f2a68ac35a395.tar.gz mpd-edf811fa0271da729e9962e3976f2a68ac35a395.tar.xz mpd-edf811fa0271da729e9962e3976f2a68ac35a395.zip |
DatabaseVisitor, ...: use GError forward declaration
Diffstat (limited to '')
-rw-r--r-- | src/inotify_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inotify_source.h b/src/inotify_source.h index f92e18e39..7aec18b3d 100644 --- a/src/inotify_source.h +++ b/src/inotify_source.h @@ -20,7 +20,7 @@ #ifndef MPD_INOTIFY_SOURCE_H #define MPD_INOTIFY_SOURCE_H -#include <glib.h> +#include "gerror.h" typedef void (*mpd_inotify_callback_t)(int wd, unsigned mask, const char *name, void *ctx); |