lib/find_new_[gu]id.c: include stdint.h for UINT16_MAX/UINT32_MAX

Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
Cherry-picked-from: 843c151f2c17 ("lib/find_new_[gu]id.c: include stdint.h for UINT16_MAX/UINT32_MAX")
Link: <https://github.com/shadow-maint/shadow/pull/1044>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Chris Hofstaedtler 2024-07-07 13:31:41 +02:00 committed by Alejandro Colomar
parent 69b9883fee
commit 70a572d47d
No known key found for this signature in database
GPG Key ID: 9E8C1AFBBEFFDB32
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <config.h> #include <config.h>
#include <assert.h> #include <assert.h>
#include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>

View File

@ -9,6 +9,7 @@
#include <config.h> #include <config.h>
#include <assert.h> #include <assert.h>
#include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>