Bug 4237 - missing header files in botlib
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: unspecified
Hardware: PC Linux
: P3 trivial
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2009-07-12 11:35 EDT by Ben Millwood
Modified: 2009-10-17 20:28:54 EDT
1 user (show)

See Also:


Attachments
add a few appropriate includes (2.38 KB, patch)
2009-07-12 11:35 EDT, Ben Millwood

Description Ben Millwood 2009-07-12 11:35:57 EDT
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.
Comment 1 Thilo Schulz 2009-10-17 20:28:54 EDT
thanks, applied in rev 1680