From bb12a27ca1643d8e825320945195ff4b64ecd068 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20P=C4=85czkowski?= Date: Mon, 18 Apr 2022 13:51:53 -0700 Subject: [PATCH] [PATCH] libsndfile: use a macro instead of redefining the struct Co-Authored-By: Christof Ressi Gbp-Pq: Name use_macro_instead_of_redefining_struct.patch --- server/scsynth/SC_HiddenWorld.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/scsynth/SC_HiddenWorld.h b/server/scsynth/SC_HiddenWorld.h index 57a2614..139cf03 100644 --- a/server/scsynth/SC_HiddenWorld.h +++ b/server/scsynth/SC_HiddenWorld.h @@ -41,6 +41,10 @@ # include // includes sndfile.h with appropriate configuration #endif +#ifndef NO_LIBSNDFILE +# include +#endif + extern HashTable* gUnitDefLib; -- 2.30.2