summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/gstdio_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/gstdio_compat.h')
-rw-r--r--libs/pbd/pbd/gstdio_compat.h1
1 files changed, 1 insertions, 0 deletions
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__ */