```
find_new_sub_uids.c:80:27: error: 'uintmax_t' undeclared (first use in this function)
find_new_sub_gids.c:80:27: error: 'uintmax_t' undeclared (first use in this function)
```
Fixes: 4d800cf2eb9e (2026-04-09; "subid: Add deterministic subid ranges")
Cherry-picked-from:
ba4419c57b22 (2026-07-29; "subid: Add `<stdint.h>` for `uintmax_t`")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
#ifdef ENABLE_SUBIDS
+#include <stdint.h>
#include <stdio.h>
#include <errno.h>
#ifdef ENABLE_SUBIDS
+#include <stdint.h>
#include <stdio.h>
#include <errno.h>