BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
authorEdouard Tisserant
Tue, 14 Aug 2018 13:10:15 +0200
changeset 2268 e6c9a52d3877
parent 2267 e83aa36b6627
child 2269 2e38b5ec4753
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
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 */