diff options
Diffstat (limited to 'Source/cm_sys_stat.h')
-rw-r--r-- | Source/cm_sys_stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cm_sys_stat.h b/Source/cm_sys_stat.h index d3b9ef2..eb874c7 100644 --- a/Source/cm_sys_stat.h +++ b/Source/cm_sys_stat.h @@ -14,6 +14,6 @@ using gid_t = unsigned short; #include <sys/types.h> // include sys/stat.h after sys/types.h -#include <sys/stat.h> +#include <sys/stat.h> // IWYU pragma: export #endif |