]> git.ipfire.org Git - thirdparty/libtool.git/commit
tests: Fix C99 compatibility issue in lt_dlopen_a.at
authorFlorian Weimer <fweimer@redhat.com>
Tue, 10 Jan 2023 09:21:04 +0000 (10:21 +0100)
committerMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 04:47:35 +0000 (23:47 -0500)
commit477e484f19221a0c276a8d3b88cd426421cd2d7e
tree8e9b3d5684a7d98c04e06e2e9a6ef336408d6025
parent80d05c3483404ea6bc292a996bbbeccf9497ee59
tests: Fix C99 compatibility issue in lt_dlopen_a.at

Include <string.h> for the strcmp function.  This improves C99
compiler compatibility because it avoids an implicit function
declaration.

* tests/lt_dlopen_a.at: Include string.h.
tests/lt_dlopen_a.at