Skip to content

Commit

Permalink
add missing check for strnstr() to meson build
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Metzler <[email protected]>
  • Loading branch information
Andreas Metzler committed Dec 23, 2023
1 parent da6eeb5 commit 6797afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ if host_system != 'windows'
'mkstemp',
'readpassphrase',
'secure_getenv',
'strndup'
'strndup',
'strnstr'
]

foreach f : functions
Expand Down

0 comments on commit 6797afd

Please sign in to comment.