diff options
author | Brian Behlendorf <[email protected]> | 2010-12-22 13:41:57 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-01-27 16:06:09 -0800 |
commit | ef57fb98e4525e57973cbbe7279e39f0e7fef451 (patch) | |
tree | 95d7434fdad795b78076da1ecce5399997fb550d /include/sys/kidmap.h | |
parent | 3fc97f93359ed6a74ea7165b102995cfe5d2c16d (diff) |
Add missing headers
Dependent packages require the following missing headers to
simplify compilation. The headers are basically just stubbed
out with minimal content required.
Diffstat (limited to 'include/sys/kidmap.h')
-rw-r--r-- | include/sys/kidmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/kidmap.h b/include/sys/kidmap.h index f77656738..ed87b9f7f 100644 --- a/include/sys/kidmap.h +++ b/include/sys/kidmap.h @@ -25,4 +25,6 @@ #ifndef _SPL_KIDMAP_H #define _SPL_KIDMAP_H +#include <sys/idmap.h> + #endif /* SPL_KIDMAP_H */ |