mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04: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 */
|