beremiz
Clone
Summary
Browse
Changes
Graph
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
2018-08-14, Edouard Tisserant
e6c9a52d3877
Parents
e83aa36b6627
Children
2e38b5ec4753
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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 */