From 7e6ccc009332a8070269e17fe4bad58e5e40a5c5 Mon Sep 17 00:00:00 2001 From: hpingel Date: Sun, 24 Nov 2019 01:27:16 +0100 Subject: [PATCH] fixed permanently disabled 1581 support define PI1581SUPPORT was always unknown within Pi1581.cpp. One way to fix this is to include defs.h --- src/Pi1581.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Pi1581.cpp b/src/Pi1581.cpp index 930ab5a..9c1851a 100644 --- a/src/Pi1581.cpp +++ b/src/Pi1581.cpp @@ -16,6 +16,7 @@ // You should have received a copy of the GNU General Public License // along with Pi1541. If not, see . +#include "defs.h" #include "Pi1581.h" #include "iec_bus.h" #include "options.h"