mpd_error.h: add missing glib.h include

This commit is contained in:
Max Kellermann 2013-01-04 21:20:07 +01:00
parent 223b90d0d4
commit c04e1ad401

View File

@ -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