]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include makepath.h libintl.h, not after it.
authorJim Meyering <jim@meyering.net>
Wed, 5 May 1999 03:05:11 +0000 (03:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 May 1999 03:05:11 +0000 (03:05 +0000)
commitc4ddb7f83ad92f1bfc02779cacd340b5ff8d60a5
treeedb0f87c7a3f72126d043fc9f657f45772d7782c
parent431db6c84745a69384c57e57db66097f715747c0
Include makepath.h libintl.h, not after it.
Otherwise, we'd get the wrong definition of PARAMS from libintl.h.
(The method of defining PARAMS in libintl.h doesn't check PROTOTYPES,
which is necessary on Irix4 since cc doesn't define __STDC__.)
From Kaveh Ghazi.
lib/makepath.c