From b7eb84454020c59d528e826ae1889f411ed69e26 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 1 May 1995 09:00:07 +0000 Subject: Sat Apr 29 15:46:57 1995 Roland McGrath * posix/glob.c (S_ISDIR): Define if undefined. --- sysdeps/generic/signame.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/generic/signame.c') diff --git a/sysdeps/generic/signame.c b/sysdeps/generic/signame.c index 637b060bf5..96a6cfe15c 100644 --- a/sysdeps/generic/signame.c +++ b/sysdeps/generic/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. */ -- cgit v1.2.3