From: Geoff Levand Date: Fri, 7 Nov 2008 00:20:51 +0000 (-0800) Subject: Include limits.h X-Git-Tag: v1.0.0~956 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=4e7154095cbdab8d95a7ffea6c54684928bac781;ds=sidebyside 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 --- 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