From: Roland McGrath Date: Sat, 29 Apr 1995 19:47:58 +0000 (+0000) Subject: Move include of config.h before all others. X-Git-Tag: 3.73.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebdba9dfac165b2d76d8efd84ed836634c4c1c7;p=thirdparty%2Fmake.git Move include of config.h before all others. --- diff --git a/signame.c b/signame.c index 637b060b..96a6cfe1 100644 --- a/signame.c +++ b/signame.c @@ -15,14 +15,14 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include -#include /* Some systems need this for . */ -#include - #ifdef HAVE_CONFIG_H #include #endif +#include +#include /* Some systems need this for . */ +#include + /* Some systems declare `sys_siglist in ; if configure defined SYS_SIGLIST_DECLARED, it may expect to find the declaration there. */