bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature Branch Solaris Build Broken - lib/glob.c errors


From: Derek Price
Subject: Re: Feature Branch Solaris Build Broken - lib/glob.c errors
Date: Sat, 21 May 2005 18:33:11 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]