From: Christian Göttsche Date: Fri, 5 Aug 2022 15:40:34 +0000 (+0200) Subject: Add include for uid_t X-Git-Tag: 4.12~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f093ea93a31e1aaf3c33a35852eeb741a849ebf;p=thirdparty%2Fshadow.git Add include for uid_t Allow IDEs to parse the header file on its own. --- diff --git a/libmisc/idmapping.h b/libmisc/idmapping.h index e20bd60f7..46d463120 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 */