]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/find_new_[gu]id.c: include stdint.h for UINT16_MAX/UINT32_MAX
authorChris Hofstaedtler <zeha@debian.org>
Sun, 7 Jul 2024 11:31:41 +0000 (13:31 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 7 Jul 2024 23:19:49 +0000 (01:19 +0200)
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
lib/find_new_gid.c
lib/find_new_uid.c

index 5c2b855da8706b5c454b46e53b8c2781b6d7d3f0..cdf8779e67b558f76098fa08b275a7df2d86a127 100644 (file)
@@ -9,6 +9,7 @@
 #include <config.h>
 
 #include <assert.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <errno.h>
 
index 01f63bbfec226e4e9dcf55dda164ff314c82acab..abbc8e76ecd5f8d1195408590355b081258fc95f 100644 (file)
@@ -9,6 +9,7 @@
 #include <config.h>
 
 #include <assert.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <errno.h>