mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
7 lines
90 B
C
7 lines
90 B
C
|
#ifndef _SPL_STAT_H
|
||
|
#define _SPL_STAT_H
|
||
|
|
||
|
#include <linux/stat.h>
|
||
|
|
||
|
#endif /* SPL_STAT_H */
|