From 6e733b0544e9d9c4d549c4eb71104158bf69455b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 17 Jul 2025 12:38:53 +0200 Subject: [PATCH] Fix SIZE_MAX undefined warning in fchmodat2-compat.hh Include to ensure SIZE_MAX is defined --- src/libstore/linux/fchmodat2-compat.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstore/linux/fchmodat2-compat.hh b/src/libstore/linux/fchmodat2-compat.hh index 42b3f3a35..907695c31 100644 --- a/src/libstore/linux/fchmodat2-compat.hh +++ b/src/libstore/linux/fchmodat2-compat.hh @@ -1,4 +1,5 @@ #include "store-config-private.hh" +#include /* * Determine the syscall number for `fchmodat2`.