Skip to content

fix(c-api): add missing standard library header includes - #456

Open
AbhiPra24 wants to merge 1 commit into
matth-x:mainfrom
AbhiPra24:fix/c-api-missing-headers
Open

fix(c-api): add missing standard library header includes#456
AbhiPra24 wants to merge 1 commit into
matth-x:mainfrom
AbhiPra24:fix/c-api-missing-headers

Conversation

@AbhiPra24

Copy link
Copy Markdown

Fixes#448

Summary

Adds <stdbool.h>, <stdint.h>, and <stddef.h> includes to C-API headers to ensure standard type definitions (bool, uint, size_t) are self-contained and eliminate include order dependencies.

Sign up for freeto 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.

C-API headers missing standard includes

1 participant

@AbhiPra24