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

Missing include of stdbool.h in app/flashlight.c #560

Open
zardoz99 opened this issue May 7, 2024 · 0 comments
Open

Missing include of stdbool.h in app/flashlight.c #560

zardoz99 opened this issue May 7, 2024 · 0 comments

Comments

@zardoz99
Copy link

zardoz99 commented May 7, 2024

I was trying to compile up the code under Raspberry Pi OS 64-bit on a Raspberry Pi 4.

The compiler complained that "bool" was not defined in flashlight.c and suggested including stdbool.h.

I did this, and the compilation completed.

Insert "#include <stdbool.h>" at line 3 of app/flashlight.c to fix this issue.

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

No branches or pull requests

1 participant