Revision: 45776
http://sourceforge.net/p/vice-emu/code/45776
Author: gpz
Date: 2025-09-18 16:47:42 +0000 (Thu, 18 Sep 2025)
Log Message:
-----------
fix warning
Modified Paths:
--------------
trunk/vice/src/c64/vsid-stubs.c
Modified: trunk/vice/src/c64/vsid-stubs.c
===================================================================
--- trunk/vice/src/c64/vsid-stubs.c 2025-09-18 11:55:35 UTC (rev 45775)
+++ trunk/vice/src/c64/vsid-stubs.c 2025-09-18 16:47:42 UTC (rev 45776)
@@ -37,6 +37,9 @@
#include "c64mem.h"
#include "c64-cmdline-options.h"
#include "c64_256k.h"
+#ifdef HAVE_EXPERIMENTAL_DEVICES
+#include "c64_diag_586220_harness.h"
+#endif
#include "cartridge.h"
#include "cbmdos.h"
#include "cia.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|