From: Debian Games Team Date: Thu, 22 Feb 2024 05:43:15 +0000 (+0000) Subject: kfreebsd_dirent.h_path X-Git-Tag: archive/raspbian/0.266+dfsg.1-1+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=59ea8d0ff93efc2dc6eebffb4054f2e02fdc9b44;p=mame.git kfreebsd_dirent.h_path Gbp-Pq: Name kfreebsd_dirent.h_path.patch --- diff --git a/3rdparty/bx/include/compat/freebsd/dirent.h b/3rdparty/bx/include/compat/freebsd/dirent.h index b4f586b18..5f52d2d0a 100644 --- a/3rdparty/bx/include/compat/freebsd/dirent.h +++ b/3rdparty/bx/include/compat/freebsd/dirent.h @@ -1 +1,5 @@ -#include +#if defined(__GLIBC__) +# include_next +#else +# include +#endif