mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Closes: https://bugs.gentoo.org/show_bug.cgi?id=715552 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
11 lines
174 B
Diff
11 lines
174 B
Diff
--- a/chkdirs.c
|
|
+++ b/chkdirs.c
|
|
@@ -33,6 +33,7 @@
|
|
#include <sys/syslimits.h>
|
|
#endif
|
|
|
|
+#include <limits.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|