From 7c028e224978e1d5a4f207cc42b9eb58d81897dd Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 23 Aug 2019 01:33:50 +0200 Subject: Some simple search/replace cases for allocation This commit exchanges some malloc(x + y * z) patterns that can be found with a simple git grep and are obvious for the new wrappers. Signed-off-by: David Oberhollenzer --- lib/sqfs/write_export_table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sqfs/write_export_table.c') diff --git a/lib/sqfs/write_export_table.c b/lib/sqfs/write_export_table.c index a4ba1b7..f81632a 100644 --- a/lib/sqfs/write_export_table.c +++ b/lib/sqfs/write_export_table.c @@ -7,6 +7,7 @@ #include "config.h" #include "highlevel.h" +#include "util.h" #include #include -- cgit v1.2.3