diff options
Diffstat (limited to 'sys/contrib/openzfs/include/os/linux/spl/sys/stat.h')
-rw-r--r-- | sys/contrib/openzfs/include/os/linux/spl/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/openzfs/include/os/linux/spl/sys/stat.h b/sys/contrib/openzfs/include/os/linux/spl/sys/stat.h index 087389b57b34..ad2815e46394 100644 --- a/sys/contrib/openzfs/include/os/linux/spl/sys/stat.h +++ b/sys/contrib/openzfs/include/os/linux/spl/sys/stat.h @@ -25,6 +25,6 @@ #ifndef _SPL_STAT_H #define _SPL_STAT_H -#include <linux/stat.h> +#include <sys/stat.h> #endif /* SPL_STAT_H */ |