]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/find_new_[gu]id.c: include stdint.h for UINT16_MAX/UINT32_MAX 4.15.x
authorChris Hofstaedtler <zeha@debian.org>
Sun, 7 Jul 2024 11:31:41 +0000 (13:31 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 14 Jul 2024 22:59:03 +0000 (00:59 +0200)
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>
lib/find_new_gid.c
lib/find_new_uid.c

index cfd560982f6d528a0a80c3edfac0dbaa3c920ba6..6f5da4cbd293ddb6725e24ef757115815e9db69c 100644 (file)
@@ -9,6 +9,7 @@
 #include <config.h>
 
 #include <assert.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <errno.h>
 
index 45ce712c939146b75626af63ec98e85293ee0c7e..41d26944df7b96798a39142a99d96b05283c0887 100644 (file)
@@ -9,6 +9,7 @@
 #include <config.h>
 
 #include <assert.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <errno.h>