From 393cc070f309f62be3b35eea9a82845c5da4dc79 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 17 May 2015 17:08:04 +0200 Subject: [PATCH] Included stdlib.h in libisofs/util.h to get off_t defined in FreeBSD. --- libisofs/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libisofs/util.h b/libisofs/util.h index a2cdb34..e70b5e4 100644 --- a/libisofs/util.h +++ b/libisofs/util.h @@ -25,6 +25,8 @@ #include #endif +#include + #ifndef MAX # define MAX(a, b) (((a) > (b)) ? (a) : (b)) #endif