From a365e6a0726f33a633aac4212d92e101b111e12a Mon Sep 17 00:00:00 2001 From: driftregion <20824939+driftregion@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:50:53 +0800 Subject: [PATCH] fix include path warnings on win64 --- isotp_defines.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/isotp_defines.h b/isotp_defines.h index d8217ad..b6948b5 100644 --- a/isotp_defines.h +++ b/isotp_defines.h @@ -1,5 +1,7 @@ -#ifndef __ISOTP_TYPES__ -#define __ISOTP_TYPES__ +#ifndef __ISOTP_DEFINES_H__ +#define __ISOTP_DEFINES_H__ + +#include /************************************************************** * compiler specific defines @@ -21,6 +23,7 @@ #endif #ifdef _WIN32 +#include #define ISOTP_BYTE_ORDER_LITTLE_ENDIAN #define __builtin_bswap8 _byteswap_uint8 #define __builtin_bswap16 _byteswap_uint16