From bb420f8af185bfb981db522649140cea2963ae6e Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 3 Jan 2019 17:50:02 +0100 Subject: [PATCH] Use include condition to allow inclusion in host code --- host/udpbridge/dtplug_protocol_host.h | 1 + 1 file changed, 1 insertion(+) diff --git a/host/udpbridge/dtplug_protocol_host.h b/host/udpbridge/dtplug_protocol_host.h index 9fe3a2c..3ecf78a 100644 --- a/host/udpbridge/dtplug_protocol_host.h +++ b/host/udpbridge/dtplug_protocol_host.h @@ -28,6 +28,7 @@ #include +#define HOST_HAS_STDINT 1 #include "dtplug_protocol_defs.h" -- 2.43.0