diff --git a/ports/msvc6/include/arch/cc.h b/ports/msvc6/include/arch/cc.h index 0e191ec..8c64864 100644 --- a/ports/msvc6/include/arch/cc.h +++ b/ports/msvc6/include/arch/cc.h @@ -69,6 +69,7 @@ typedef u32_t mem_ptr_t; /* Compiler hints for packing structures */ #define PACK_STRUCT_STRUCT +#define PACK_STRUCT_USE_INCLUDES /* Plaform specific diagnostic output */ #define LWIP_PLATFORM_DIAG(x) do {printf x;} while(0)