]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include stdbool.h.
authorJim Meyering <jim@meyering.net>
Wed, 7 Jul 2004 15:07:08 +0000 (15:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 7 Jul 2004 15:07:08 +0000 (15:07 +0000)
Forward-declare `struct stat'.

lib/cycle-check.h

index 5f2ad1dc17afcc11d8dc5ca73d29453b51382846..76cf104ab3f305b800bcfe925b103509d5d3c05b 100644 (file)
 
    so that the proper identifiers are all declared.  */
 
+# include <stdbool.h>
 # include "dev-ino.h"
 
+struct stat;
+
 struct cycle_check_state
 {
   struct dev_ino dev_ino;