mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
Add two more missing headers
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@43 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
parent
73e540a0d1
commit
8ddd0ee415
6
include/sys/resource.h
Normal file
6
include/sys/resource.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#ifndef _SPL_RESOURCE_H
|
||||||
|
#define _SPL_RESOURCE_H
|
||||||
|
|
||||||
|
#include <linux/resource.h>
|
||||||
|
|
||||||
|
#endif /* SPL_RESOURCE_H */
|
6
include/sys/stat.h
Normal file
6
include/sys/stat.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#ifndef _SPL_STAT_H
|
||||||
|
#define _SPL_STAT_H
|
||||||
|
|
||||||
|
#include <linux/stat.h>
|
||||||
|
|
||||||
|
#endif /* SPL_STAT_H */
|
Loading…
Reference in New Issue
Block a user