Message ID | 20241109234705.526889-1-samuel.thibault@ens-lyon.org |
---|---|
State | New |
Headers | show |
Series | [commited] stat.h: Fix missing declaration of struct timespec | expand |
diff --git a/io/sys/stat.h b/io/sys/stat.h index 3b4ba80132..0e4edb483d 100644 --- a/io/sys/stat.h +++ b/io/sys/stat.h @@ -26,7 +26,7 @@ #include <bits/types.h> /* For __mode_t and __dev_t. */ -#ifdef __USE_XOPEN2K8 +#if defined(__USE_ATFILE) || defined(__USE_XOPEN2K8) # include <bits/types/struct_timespec.h> #endif