From b085d2240658bed3eb313777fe7b766797fff71d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Nov 2021 18:50:44 +0100 Subject: shared: split out UID allocation range stuff from user-record.h user-record.[ch] are about the UserRecord JSON stuff, and the UID allocation range stuff (i.e. login.defs handling) is a very different thing, and complex enough on its own, let's give it its own c/h files. No code changes, just some splitting out of code. --- src/shared/group-record.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/group-record.c') diff --git a/src/shared/group-record.c b/src/shared/group-record.c index a13c06fd88..2f12ac1c22 100644 --- a/src/shared/group-record.c +++ b/src/shared/group-record.c @@ -2,6 +2,7 @@ #include "group-record.h" #include "strv.h" +#include "uid-alloc-range.h" #include "user-util.h" GroupRecord* group_record_new(void) { -- cgit v1.2.3