Skip to content

Fix undefined NULL in gettext() configure snippets - #114

Open
paul-metzger wants to merge 1 commit into
Juniper:mainfrom
CHERI-Alliance:fix-undefined-NULL
Open

Fix undefined NULL in gettext() configure snippets#114
paul-metzger wants to merge 1 commit into
Juniper:mainfrom
CHERI-Alliance:fix-undefined-NULL

Conversation

@paul-metzger

Copy link
Copy Markdown

Musl's libintl.h does not include stddef.h and so NULL is undefined in these snippets. This PR fixes this by including stddef.h.

Unlike glibc, Musl's libintl.h does not include stddef.h and so
NULL is undefined in these snippets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant