summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c
index 00fe65f..0345177 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -29,6 +29,8 @@
29 29
30#include "trackerlogic.h" 30#include "trackerlogic.h"
31#include "scan_urlencoded_query.h" 31#include "scan_urlencoded_query.h"
32#include "ot_stats.h"
33#include "ot_sync.h"
32 34
33/* Globals */ 35/* Globals */
34static unsigned long long ot_overall_tcp_connections = 0; 36static unsigned long long ot_overall_tcp_connections = 0;