From c04e1ad401e4a2d2c18c48344a4cd2fa75fc12a5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 21:20:07 +0100 Subject: [PATCH] mpd_error.h: add missing glib.h include --- src/mpd_error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mpd_error.h b/src/mpd_error.h index 219738ced..e0b7d29a4 100644 --- a/src/mpd_error.h +++ b/src/mpd_error.h @@ -20,6 +20,7 @@ #ifndef MPD_ERROR_H #define MPD_ERROR_H +#include #include /* This macro is used as an intermediate step to a proper error handling