Add include for uid_t
Allow IDEs to parse the header file on its own.
This commit is contained in:
parent
4c641c1f2a
commit
8f093ea93a
@ -7,6 +7,8 @@
|
||||
#ifndef _IDMAPPING_H_
|
||||
#define _IDMAPPING_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
struct map_range {
|
||||
unsigned long upper; /* first ID inside the namespace */
|
||||
unsigned long lower; /* first ID outside the namespace */
|
||||
|
Loading…
Reference in New Issue
Block a user