From: Laurent Mazet Date: Thu, 9 Feb 2023 09:30:18 +0000 (+0100) Subject: missing headers X-Git-Tag: v1.1~3^2~13^2~1 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=7059478fd3b758df4177b9b409bfa927cb959937;p=calc.git missing headers --- 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"