beremiz

Parents e83aa36b6627
Children 2e38b5ec4753
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
--- 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 */