mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
headers_check fix: linux/nfs_idmap.h
fix the following 'make headers_check' warning: usr/include/linux/nfs_idmap.h:55: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
This commit is contained in:
parent
ee79a6415f
commit
a81184c1f8
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
#ifndef NFS_IDMAP_H
|
||||
#define NFS_IDMAP_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
/* XXX from bits/utmp.h */
|
||||
#define IDMAP_NAMESZ 128
|
||||
|
||||
|
|
Loading…
Reference in a new issue