From 31b0b640deb197fd494a93ae6a8988d8eda10ad1 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 6 Jan 2023 17:28:39 +0100 Subject: [PATCH] For memcpy in PREDICTOR --- src/spicelib/devices/cktaccept.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spicelib/devices/cktaccept.c b/src/spicelib/devices/cktaccept.c index 817f939ca..9f9227b47 100644 --- a/src/spicelib/devices/cktaccept.c +++ b/src/spicelib/devices/cktaccept.c @@ -8,6 +8,8 @@ Author: 1985 Thomas L. Quarles * this is a driver program to iterate through all the various accept * functions provided for the circuit elements in the given circuit */ +#include + #include "ngspice/config.h" #include "ngspice/devdefs.h" #include "ngspice/sperror.h"