From: Debian Games Team Date: Mon, 3 Jun 2024 11:21:21 +0000 (+0200) Subject: kfreebsd_dirent.h_path X-Git-Tag: archive/raspbian/0.266+dfsg.1-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0307923d6afabe0ef4de3e0cd2185bbfed35a5cf;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