HostDev: Fix build break

This commit is contained in:
Srivats P 2019-02-09 17:35:41 +05:30
parent 8b9cceb7ed
commit f951d1040c

View File

@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#define BASE_DEC (10) #define BASE_DEC (10)
#define BASE_HEX (16) #define BASE_HEX (16)
class FrameValueAttrib; struct FrameValueAttrib;
class StreamBase; class StreamBase;
class ProtocolListIterator; class ProtocolListIterator;