Fixed compilation error on MSVC (bxhub.exe).

This commit is contained in:
Volker Ruppert 2020-04-12 15:47:11 +00:00
parent 451b60b8a2
commit 455c28b3da

View File

@ -25,7 +25,6 @@
#ifdef BXHUB
#include "config.h"
#include "osdep.h"
#else
#include "iodev.h"
#endif
@ -64,6 +63,7 @@ Bit16u ip_checksum(const Bit8u *buf, unsigned buf_len)
#ifdef BXHUB
#include "misc/bxcompat.h"
#include "osdep.h"
#else
#define LOG_THIS netdev->
#endif