From 95b55c7346f85f92751f74b3c6b91cc35d1d5909 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 17 Sep 2015 15:01:26 +0200 Subject: [PATCH] fix g_lstat() --- libs/pbd/pbd/gstdio_compat.h | 1 + 1 file changed, 1 insertion(+) 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__ */