From: Debian Games Team Date: Wed, 27 Jan 2021 18:26:13 +0000 (+0100) Subject: kfreebsd_dirent.h_path X-Git-Tag: archive/raspbian/0.266+dfsg.1-1+rpi1~1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff599f56f560a3ea408d8027e8fb45719ab09023;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