From 75e1b71e75f98d54b14194bb7cb930f2bfe32a77 Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Sat, 21 Feb 2004 17:26:57 +0000 Subject: [PATCH] try to fix freebsd 4 compile error --- io/iob_prefetch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/io/iob_prefetch.c b/io/iob_prefetch.c index eaa1508..b16db6f 100644 --- a/io/iob_prefetch.c +++ b/io/iob_prefetch.c @@ -1,5 +1,6 @@ #include "iob_internal.h" #include +#include #include void iob_prefetch(io_batch* b,uint64 bytes) {