From ff5ea922714b555de3554691d90f526ef8ad849a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 7 Jul 2004 15:07:08 +0000 Subject: [PATCH] Include stdbool.h. Forward-declare `struct stat'. --- lib/cycle-check.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.47.2