From: Bruno Haible Date: Fri, 11 Apr 2008 23:07:35 +0000 (+0200) Subject: Include stdbool, for 'true' and 'false'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc38bafde739caf7d6b7aa49ba6074c0a6f51a09;p=pspp Include stdbool, for 'true' and 'false'. --- diff --git a/ChangeLog b/ChangeLog index 0dbca3640b..a7fb68325e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-11 Bruno Haible + + * lib/glob.c: Include . Needed at least with IRIX cc. + * modules/glob (Depends-on): Add stdbool. + 2008-04-11 Bruno Haible * lib/trim.c: Include . diff --git a/lib/glob.c b/lib/glob.c index 0229dbdb74..24aec87f91 100644 --- a/lib/glob.c +++ b/lib/glob.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2002, 2003, 2004, 2005, 2006, 2007 +/* Copyright (C) 1991-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -32,6 +32,8 @@ /* #define NDEBUG 1 */ #include +#include + #include /* Needed on stupid SunOS for assert. */ #if !defined _LIBC || !defined GLOB_ONLY_P diff --git a/modules/glob b/modules/glob index 4086a99e21..f372bd4ec7 100644 --- a/modules/glob +++ b/modules/glob @@ -16,6 +16,7 @@ extensions fnmatch getlogin_r mempcpy +stdbool strdup sys_stat unistd