mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-22 08:03:40 +08:00
Include stdbool.h.
Forward-declare `struct stat'.
This commit is contained in:
parent
de9faabfe6
commit
ff5ea92271
@ -14,8 +14,11 @@
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user