diff --git a/include/timestamp.h b/include/timestamp.h index bfc0499..66cca53 100644 --- a/include/timestamp.h +++ b/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;