This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  ac28dcd0a7efc64785bacc347328c1d083989729 (commit)
      from  04771cbf71ced408965f3da4e8c80c67ad3cd936 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=ac28dcd0a7efc64785bacc347328c1d083989729


commit ac28dcd0a7efc64785bacc347328c1d083989729
Author: Paul Eggert <[email protected]>
Date:   Tue Oct 4 09:51:50 2016 -0700

    grep: don't assume stdbool.h before die call
    
    * src/die.h: Include stdbool.h, since 'die' uses 'false'

diff --git a/src/die.h b/src/die.h
index b476c98..d993cda 100644
--- a/src/die.h
+++ b/src/die.h
@@ -19,6 +19,7 @@
 #ifndef DIE_H
 
 #include <error.h>
+#include <stdbool.h>
 #include <verify.h>
 
 /* Like 'error (STATUS, ...)', except STATUS must be a nonzero constant.

-----------------------------------------------------------------------

Summary of changes:
 src/die.h |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
grep

Reply via email to