From a98aa666203cad87913303d2f8b9ca07640518c3 Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Fri, 11 Jan 2013 13:51:39 +0600 Subject: string_util.c: provide fallback strndup() implementation This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code --- src/decoder/OpusReader.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder') diff --git a/src/decoder/OpusReader.hxx b/src/decoder/OpusReader.hxx index 2cfc14118..1fd07b55c 100644 --- a/src/decoder/OpusReader.hxx +++ b/src/decoder/OpusReader.hxx @@ -21,6 +21,7 @@ #define MPD_OPUS_READER_HXX #include "check.h" +#include "string_util.h" #include #include -- cgit v1.2.3