aboutsummaryrefslogtreecommitdiff
path: root/src/mpd_error.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 21:20:07 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 21:20:10 +0100
commitc04e1ad401e4a2d2c18c48344a4cd2fa75fc12a5 (patch)
treef5424ad7418fcd10b4c416f0aa966fc83dd1ef3f /src/mpd_error.h
parent223b90d0d4e79f74ebafbd0db9aea70a3bf9b74b (diff)
mpd_error.h: add missing glib.h include
Diffstat (limited to 'src/mpd_error.h')
-rw-r--r--src/mpd_error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mpd_error.h b/src/mpd_error.h
index 219738ce..e0b7d29a 100644
--- a/src/mpd_error.h
+++ b/src/mpd_error.h
@@ -20,6 +20,7 @@
#ifndef MPD_ERROR_H
#define MPD_ERROR_H
+#include <glib.h>
#include <stdlib.h>
/* This macro is used as an intermediate step to a proper error handling