From cd48806a2f27f91e5b06fcd0fbf3377e04201a0f Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Thu, 26 Aug 2010 21:42:18 +0300 Subject: [PATCH] pagemap.h: Fix compiler warning As there is now call to malloc(), the stdlib.h needs to be included. Signed-off-by: Timo Kokkonen --- pagemap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pagemap.h b/pagemap.h index 43d34ba..0eb280c 100644 --- a/pagemap.h +++ b/pagemap.h @@ -1,6 +1,8 @@ #ifndef _PAGEMAP_H #define _PAGEMAP_H +#include + #include "utils.h" #include "list.h" #include "bintree.h" -- 2.45.0