From: Stefan Reinauer Date: Thu, 21 May 2026 19:52:04 +0000 (-0700) Subject: dms: include target configuration header X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c9cbe9965a958beb83e166b3447787cbcd89c243;p=francis%2Fwinuae.git dms: include target configuration header crc_csum.cpp uses UAE target types through the DMS headers. Include sysconfig.h first so those target type definitions are available before the archive declarations are parsed. --- diff --git a/archivers/dms/crc_csum.cpp b/archivers/dms/crc_csum.cpp index ae5c049a..9a3f021b 100644 --- a/archivers/dms/crc_csum.cpp +++ b/archivers/dms/crc_csum.cpp @@ -9,6 +9,7 @@ */ +#include "sysconfig.h" #include "cdata.h" #include "crc_csum.h" @@ -66,4 +67,3 @@ USHORT dms_CreateCRC(UCHAR* mem, ULONG size ){ return CRC; } -