From 6fe1c1dc473a43a19a0b03a067ff6c1d3fee6bd5 Mon Sep 17 00:00:00 2001 From: Joss Grossman Date: Thu, 30 Sep 2010 10:51:42 +0900 Subject: [PATCH] Fix compile on RHEL4/SLES10 Signed-off-by: Jens Axboe --- helpers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers.c b/helpers.c index c6953318..377dd02a 100644 --- a/helpers.c +++ b/helpers.c @@ -6,6 +6,7 @@ #include #include "compiler/compiler.h" +#include "arch/arch.h" #include "os/os.h" #ifndef __NR_fallocate -- 2.25.1