summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-02-03 22:53:22 -0500
committerrsiddharth <s@ricketyspace.net>2020-04-17 20:56:36 -0400
commit701bf4e3d27395a44975d084de811fc0ab386f18 (patch)
tree605f1a45a4a1a2c48ae79a9e429d6b411a8b2748
parente117fedddc856a1376bafac3f62aee8823b763b3 (diff)
nserver/src/protocol.h: Include tstree.h.
-rw-r--r--nserver/src/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nserver/src/protocol.h b/nserver/src/protocol.h
index 15a3a39..eec38ab 100644
--- a/nserver/src/protocol.h
+++ b/nserver/src/protocol.h
@@ -6,6 +6,7 @@
#include <darray.h>
#include <hashmap.h>
#include <stats.h>
+#include <tstree.h>
#include <dbg.h>
typedef struct Record {