diff --git a/libs/pbd/pbd/gstdio_compat.h b/libs/pbd/pbd/gstdio_compat.h index 1104ef0a29..743081539a 100644 --- a/libs/pbd/pbd/gstdio_compat.h +++ b/libs/pbd/pbd/gstdio_compat.h @@ -22,6 +22,7 @@ pbd_g_stat(const gchar *filename, GStatBufW32 *buf) } # define GStatBuf GStatBufW32 # define g_stat pbd_g_stat +# define g_lstat pbd_g_stat #endif #endif /* __pbd_gstdio_compat_h__ */