# HG changeset patch # User Edouard Tisserant # Date 1534245015 -7200 # Node ID e6c9a52d3877af916a38d4b1445c7724f3e3c657 # Parent e83aa36b662718b97f8a5fd2a0267737030c49f3 BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b diff -r e83aa36b6627 -r e6c9a52d3877 bacnet/runtime/server.c --- a/bacnet/runtime/server.c Tue Aug 14 12:43:43 2018 +0200 +++ b/bacnet/runtime/server.c Tue Aug 14 13:10:15 2018 +0200 @@ -49,7 +49,7 @@ #include "net.h" #include "txbuf.h" #include "version.h" - +#include "timesync.h" /* A utility function used by most (all?) implementations of BACnet Objects */