From 7059478fd3b758df4177b9b409bfa927cb959937 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Thu, 9 Feb 2023 10:30:18 +0100 Subject: [PATCH] missing headers --- alloc.c | 1 + program.c | 1 + 2 files changed, 2 insertions(+) diff --git a/alloc.c b/alloc.c index 888f23b..8781ee5 100644 --- a/alloc.c +++ b/alloc.c @@ -1,4 +1,5 @@ #include +#include #include #include "debug.h" diff --git a/program.c b/program.c index 3c94986..c5b8231 100644 --- a/program.c +++ b/program.c @@ -1,4 +1,5 @@ #include +#include #include #include "alloc.h" -- 2.30.2