I want to use #include <stdio.h> and #include <math.h> but CCS4 can't find them unless I specifically add the directory they're in to the list of directories to search when looking for headers. Must I always specifically tell this compiler to look in that directory? What kind of compiler can't find stdio.h?