From: Nathael Pajani Date: Thu, 3 Jan 2019 16:50:02 +0000 (+0100) Subject: Use include condition to allow inclusion in host code X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=bb420f8af185bfb981db522649140cea2963ae6e;p=soft%2Flpc122x%2Fexamples Use include condition to allow inclusion in host code --- 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"