aboutsummaryrefslogtreecommitdiff
path: root/src/inotify_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inotify_source.h')
-rw-r--r--src/inotify_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inotify_source.h b/src/inotify_source.h
index f92e18e3..7aec18b3 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);