mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@43 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
6 lines
90 B
C
6 lines
90 B
C
#ifndef _SPL_STAT_H
|
|
#define _SPL_STAT_H
|
|
|
|
#include <linux/stat.h>
|
|
|
|
#endif /* SPL_STAT_H */
|