diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 21:20:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 21:20:10 +0100 |
commit | c04e1ad401e4a2d2c18c48344a4cd2fa75fc12a5 (patch) | |
tree | f5424ad7418fcd10b4c416f0aa966fc83dd1ef3f | |
parent | 223b90d0d4e79f74ebafbd0db9aea70a3bf9b74b (diff) | |
download | mpd-c04e1ad401e4a2d2c18c48344a4cd2fa75fc12a5.tar.gz mpd-c04e1ad401e4a2d2c18c48344a4cd2fa75fc12a5.tar.xz mpd-c04e1ad401e4a2d2c18c48344a4cd2fa75fc12a5.zip |
mpd_error.h: add missing glib.h include
-rw-r--r-- | src/mpd_error.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <glib.h> #include <stdlib.h> /* This macro is used as an intermediate step to a proper error handling |