|
From: Mike F. <va...@ge...> - 2013-03-18 18:15:01
|
On Monday 18 March 2013 06:54:53 Markos Chandras wrote: > --- a/testcases/kernel/syscalls/getdents/getdents.h > +++ b/testcases/kernel/syscalls/getdents/getdents.h > > +#include <features.h> this header is not portable. why do you need to include it explicitly ? glibc will include it automatically as needed. -mike |