From 8d98e35772b2d758051d4b0ae61832eb84d5c98b Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 28 Nov 2025 10:58:53 +0100 Subject: [PATCH] add missing include --- lib_basop/move.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib_basop/move.h b/lib_basop/move.h index fc4d4e18b..1df6ae17d 100644 --- a/lib_basop/move.h +++ b/lib_basop/move.h @@ -37,6 +37,8 @@ #ifndef _MOVE_H #define _MOVE_H +#include "wmc_auto.h" + static __inline void move16( void ) { #ifdef WMOPS -- GitLab