]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
dms: include target configuration header
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 21 May 2026 19:52:04 +0000 (12:52 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 07:33:15 +0000 (00:33 -0700)
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.

archivers/dms/crc_csum.cpp

index ae5c049aeb3d46fa8211c5b06ae3f001668f21ba..9a3f021b9d5e6fc0b4b11a034b69884b0414f6a1 100644 (file)
@@ -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;
 }
 
-