From 8f093ea93a31e1aaf3c33a35852eeb741a849ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 5 Aug 2022 17:40:34 +0200 Subject: [PATCH] Add include for uid_t Allow IDEs to parse the header file on its own. --- libmisc/idmapping.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmisc/idmapping.h b/libmisc/idmapping.h index e20bd60f..46d46312 100644 --- a/libmisc/idmapping.h +++ b/libmisc/idmapping.h @@ -7,6 +7,8 @@ #ifndef _IDMAPPING_H_ #define _IDMAPPING_H_ +#include + struct map_range { unsigned long upper; /* first ID inside the namespace */ unsigned long lower; /* first ID outside the namespace */