]> 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>
Thu, 7 Aug 2025 17:20:05 +0000 (20:20 +0300)
commit08ebc17358238e76a078acac38ee0928a94993fd
treeff262047e628bd61d99c86a5d494323ff07aa98a
parent7f5871de3b631811c7285a336538c985b306262b
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