build: ensure that mkstemps() is available by importing the gnulib module

The mkstemps() function is not part of the POSIX standard,
so there might be some platforms that don't have it.
master
Benno Schulenberg 2021-08-22 10:52:29 +02:00
parent 47c8e627f4
commit 694cd9ddd4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ modules="
isblank isblank
iswblank iswblank
lstat lstat
mkstemps
nl_langinfo nl_langinfo
regex regex
sigaction sigaction