From: Jim Meyering Date: Wed, 7 Jul 2004 15:07:08 +0000 (+0000) Subject: Include stdbool.h. X-Git-Tag: v5.3.0~1136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5ea922714b555de3554691d90f526ef8ad849a;p=thirdparty%2Fcoreutils.git Include stdbool.h. Forward-declare `struct stat'. --- diff --git a/lib/cycle-check.h b/lib/cycle-check.h index 5f2ad1dc17..76cf104ab3 100644 --- a/lib/cycle-check.h +++ b/lib/cycle-check.h @@ -14,8 +14,11 @@ so that the proper identifiers are all declared. */ +# include # include "dev-ino.h" +struct stat; + struct cycle_check_state { struct dev_ino dev_ino;