decoder/DsdLib: add missing stdlib.h include

This commit is contained in:
Max Kellermann 2014-12-23 10:08:46 +01:00
parent 35db88affe
commit b9c7771830

View File

@ -32,6 +32,7 @@
#include "util/Alloc.hxx"
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_ID3TAG
#include <id3tag.h>