diff --git a/dc11.h b/dc11.h index 1c4dc9d..e15bd9e 100644 --- a/dc11.h +++ b/dc11.h @@ -16,6 +16,7 @@ #define INVALID_SOCKET -1 #endif +#include "device.h" #include "gen.h" #include "bus.h" #include "log.h" @@ -31,7 +32,7 @@ struct pollfd; // 4 interfaces constexpr const int dc11_n_lines = 4; -class dc11 +class dc11: public device { private: int base_port { 1100 };