From 46d65e85a1c0449f86497264d5958b3d85784767 Mon Sep 17 00:00:00 2001 From: Jeremy Jackson Date: Wed, 11 Apr 2007 18:44:42 +0000 Subject: Jeremy Jackson wrote: I'm guessing nobody has tried compiling it with 64bit userspace? Patch makes it compile cleanly and stops a "SEGV instead of working" issue. I also added a few checks for errors on system calls. Signed-off-by: Jeremy Jackson Reworked and Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2602 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/getpir/checksum.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util/getpir/checksum.c') diff --git a/util/getpir/checksum.c b/util/getpir/checksum.c index a202f90912..bcf342573f 100644 --- a/util/getpir/checksum.c +++ b/util/getpir/checksum.c @@ -1,5 +1,4 @@ -#include - +#include "pirq_routing.h" #include "checksum.h" int calc_checksum(struct irq_routing_table *rt) -- cgit v1.2.3