From 4e7154095cbdab8d95a7ffea6c54684928bac781 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 6 Nov 2008 16:20:51 -0800 Subject: [PATCH 1/1] Include limits.h Fixes these build errors: petitboot-udev-helper.c:415: error: 'PATH_MAX' undeclared petitboot-udev-helper.c:496: error: 'INT_MAX' undeclared Signed-off-by: Geoff Levand Signed-off-by: Jeremy Kerr --- devices/petitboot-udev-helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/petitboot-udev-helper.c b/devices/petitboot-udev-helper.c index 87a7fc1..f2f15b1 100644 --- a/devices/petitboot-udev-helper.c +++ b/devices/petitboot-udev-helper.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include -- 2.39.2