fixed permanently disabled 1581 support

define PI1581SUPPORT was always unknown within Pi1581.cpp. One way to fix this is to include defs.h
This commit is contained in:
hpingel 2019-11-24 01:27:16 +01:00 committed by GitHub
parent b77fa6fb2d
commit 7e6ccc0093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
// You should have received a copy of the GNU General Public License
// along with Pi1541. If not, see <http://www.gnu.org/licenses/>.
#include "defs.h"
#include "Pi1581.h"
#include "iec_bus.h"
#include "options.h"