From: Dennis Braun Date: Sat, 10 Sep 2022 20:14:36 +0000 (+0200) Subject: Fix build with portsmf system library X-Git-Tag: archive/raspbian/3.6.3+dfsg-1+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=82836873e96d90210571dcc268c30006c4218392;p=audacity.git Fix build with portsmf system library Forwarded: not-yet Gbp-Pq: Name 0009-fix_build_with_portsmf_sys_library.patch --- diff --git a/lib-src/header-substitutes/allegro.h b/lib-src/header-substitutes/allegro.h index 44c508b4..1e909a99 100644 --- a/lib-src/header-substitutes/allegro.h +++ b/lib-src/header-substitutes/allegro.h @@ -7,16 +7,16 @@ #pragma warning( push ) #pragma warning( disable : 4100) -#include "../portsmf/allegro.h" +#include #pragma warning( pop ) #elif defined(__linux__) #include // Allegro include fails if this header isn't included due to no memcpy -#include "../portsmf/allegro.h" +#include #else //_MSC_VER -#include "../portsmf/allegro.h" +#include #endif //_MSC_VER