commit | ac3b968067dcc5e986faa1642989a3a549094f5d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 03 21:46:15 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 03 21:46:31 2024 -0400 |
tree | b7bffea368eb6c480955fee9436ecc0eda2eda3f | |
parent | fc80b70ef73b6324cfb534f42771f73c7490cd38 [diff] |
pgood_wait: fix bool include We don't actually have a CI build type for plain Make anymore, so we don't get any repository level CI done for this repository. The Yocto recipe update failed with the following: ``` 15:12:53 | pgood_wait.c:95:16: error: 'true' undeclared (first use in this function) ``` Make a simple fix to add `stdbool.h` in hopes that this solves it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I64dd3cba36c7b9b3aa8111ffe6f7fb33088eb080