From a2cd7c478c35713b75733fa6bb47d67ab8dc3531 Mon Sep 17 00:00:00 2001 From: skarg Date: Sun, 1 Jan 2017 05:20:39 +0000 Subject: [PATCH] Added structure name. --- bacnet-stack/include/timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/include/timestamp.h b/bacnet-stack/include/timestamp.h index bfc04994..66cca531 100644 --- a/bacnet-stack/include/timestamp.h +++ b/bacnet-stack/include/timestamp.h @@ -34,7 +34,7 @@ typedef enum { typedef uint8_t TYPE_BACNET_TIMESTAMP_TYPE; -typedef struct { +typedef struct BACnet_Timestamp { TYPE_BACNET_TIMESTAMP_TYPE tag; union { BACNET_TIME time;