diff --git a/meson.build b/meson.build index 417d753..dfa8482 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ foreach h : check_headers endforeach check_functions = [ -# check token ('HAVE_CYGWIN_CONV_PATH',) + ['HAVE_CYGWIN_CONV_PATH', 'cygwin_conv_path', '#include'], ['HAVE_STRLCAT', 'strlcat', '#include'], ['HAVE_STRLCPY', 'strlcpy', '#include'], ['HAVE_STRNDUP', 'strndup', '#include'],