Conrad T. Pino wrote:

>1. #include <sys/stat.h> within glob_.h file.
>  
>

This would be the way to go.  You may commit this if you wish.

>2. Move #include <glob.h> below #include <sys/stat.h> in glob.c file.
>  
>

This is incorrect.  The GNULIB convention is to include a module's
header immediately following the include of <config.h> in its associated
source file (i.e. glob.c first including config.h then immediately
including glob.h) to test the module's interface.

Regards,

Derek



_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-cvs

Reply via email to