* modules/unistd-c++-tests (Makefile.am): Link test-unistd-c++ against
$(LIB_GETLOGIN).
+2019-12-11 Bruno Haible <bruno@clisp.org>
+
+ unistd tests: Fix link error on MSVC.
+ * modules/unistd-c++-tests (Makefile.am): Link test-unistd-c++ against
+ $(LIB_GETLOGIN).
+
2019-12-11 Bruno Haible <bruno@clisp.org>
doc: Document that ISO C or POSIX substitutes are supported in C++ mode.
TESTS += test-unistd-c++
check_PROGRAMS += test-unistd-c++
test_unistd_c___SOURCES = test-unistd-c++.cc
-test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIBSOCKET)
+test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIBSOCKET) $(LIB_GETLOGIN)
endif