>> > You sure that's right? > > That directory contains the Linux kernel headers. Every app I've ever > seen that uses those headers always includes them like so: > > #include <linux/header.h> > > I don't think that should be in the default include path.
It also contains headers like... stddef.h. I guess we could use the internal gcc one, but I'd prefer to use broader headers so we could avoid the need to do that. -eric _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
