Created attachment 2091[details]
add a few appropriate includes
Some of the botlib files don't include their own headers (e.g. be_ea.c doesn't include be_ea.h). It's not strictly speaking necessary for them to do so but is probably good practice because it ensures that changing the types for them in the source file without changing them in the header will be a compile-time rather than a link- or run-time error.
Created attachment 2091 [details] add a few appropriate includes Some of the botlib files don't include their own headers (e.g. be_ea.c doesn't include be_ea.h). It's not strictly speaking necessary for them to do so but is probably good practice because it ensures that changing the types for them in the source file without changing them in the header will be a compile-time rather than a link- or run-time error.