From 77ddb4833d058f9459154600ad1f80bc4d95e079 Mon Sep 17 00:00:00 2001 From: dwarning <> Date: Sat, 7 Dec 2024 13:57:25 +0100 Subject: [PATCH] fprintf needs stdio.h --- src/maths/KLU/klu_utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maths/KLU/klu_utils.c b/src/maths/KLU/klu_utils.c index becb7c446..db23f5ea6 100644 --- a/src/maths/KLU/klu_utils.c +++ b/src/maths/KLU/klu_utils.c @@ -1,3 +1,4 @@ +#include #include "ngspice/memory.h" #include "klu_internal.h"