Jacob Garber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35155 )
Change subject: libflashrom.h: Add types not included in all projects ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/flashrom/+/35155/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/35155/1//COMMIT_MSG@22 PS1, Line 22: ``` Including this huge error message isn't necessary, you can just say that <stdbool.h> and <stdint.h> need to be included for it to compile.
https://review.coreboot.org/c/flashrom/+/35155/1/libflashrom.h File libflashrom.h:
https://review.coreboot.org/c/flashrom/+/35155/1/libflashrom.h@24 PS1, Line 24: cstdint.h cstdint is a C++ header, you'll want to just use <stdint.h>