Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build under fedora 38 #1436

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bamless
Copy link
Contributor

@bamless bamless commented Jul 11, 2023

Include stdio.h in yocto_modelio.h that is probably being included transitively on other platforms.
This fixes compilation on Fedora 38 and probably on other distros using modern versions of gcc.

Include `stdio.h` file in `yocto_modelio.h` that is probably being
included transitively on other platforms.
This fixes compilation on Fedora 38 and probably on other platform using
modern versions of gcc.
@@ -38,6 +38,8 @@
// INCLUDES
// -----------------------------------------------------------------------------

#include <stdint.h>

Copy link

@maidamai0 maidamai0 Apr 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include <cstdint>

check cstdint

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.

None yet

2 participants