From b9c7771830dbecd7278ae6c883b4590f909cb881 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Dec 2014 10:08:46 +0100 Subject: decoder/DsdLib: add missing stdlib.h include --- src/decoder/plugins/DsdLib.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder') diff --git a/src/decoder/plugins/DsdLib.cxx b/src/decoder/plugins/DsdLib.cxx index 0436b9c3f..7321261f6 100644 --- a/src/decoder/plugins/DsdLib.cxx +++ b/src/decoder/plugins/DsdLib.cxx @@ -32,6 +32,7 @@ #include "util/Alloc.hxx" #include +#include #ifdef HAVE_ID3TAG #include -- cgit v1.2.3