]> git.ipfire.org Git - thirdparty/libtool.git/commit
libltdl: Undeclared reference to access on Windows
authorKirill Makurin <maiddaisuki@outlook.com>
Thu, 5 Jun 2025 16:22:42 +0000 (16:22 +0000)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 6 Jun 2025 14:44:58 +0000 (17:44 +0300)
commita26932a36ecb2c3013be0c1e7fdbf2eb9062e845
treeff262047e628bd61d99c86a5d494323ff07aa98a
parent127d93b1f5289568d6106874dccfb9e681a42d9d
libltdl: Undeclared reference to access on Windows

On native Windows (MSVC/mingw), access is declared in io.h, which is
not included.

* Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78701

* libltdl/ltdl.h: Include io.h on Windows platforms.
* libltdl/ltdl.mk: Update serial.
libltdl/ltdl.h
libltdl/ltdl.mk