From: Jim Meyering Date: Wed, 24 Aug 2005 13:01:31 +0000 (+0000) Subject: adjust prototype X-Git-Tag: CPPI-1_12~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55fb58f426465e2348150cf373fa6a5a592e8d8e;p=thirdparty%2Fcoreutils.git adjust prototype Include stdbool.h. --- diff --git a/lib/stdopen.h b/lib/stdopen.h index d6c9415b4c..d54e5f1350 100644 --- a/lib/stdopen.h +++ b/lib/stdopen.h @@ -1,11 +1,13 @@ #ifndef STDOPEN_H # define STDOPEN_H 1 +# include + # ifdef __cplusplus extern "C" { # endif -void stdopen (void); +bool stdopen (void); # ifdef __cplusplus }