Add include for uid_t

Allow IDEs to parse the header file on its own.
This commit is contained in:
Christian Göttsche 2022-08-05 17:40:34 +02:00 committed by Serge Hallyn
parent 4c641c1f2a
commit 8f093ea93a
1 changed files with 2 additions and 0 deletions

View File

@ -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 */