summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-22 10:50:12 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 10:50:14 -0400
commitb2d4e786b7ed2563461513e36c7e75bea1f70be8 (patch)
treef5580d1c69ee16e5ce9bbbc4129b1e3751ef601c /src/common/util.h
parentda4ae8a6b6bc45f301c1493bb55b09e2f1209ac2 (diff)
downloadtor-b2d4e786b7ed2563461513e36c7e75bea1f70be8.tar.gz
tor-b2d4e786b7ed2563461513e36c7e75bea1f70be8.zip
Remove the util_bug.h include from smartlist.h.
This change makes a whole bunch of things in torlog.c break, since apparently I did not find all the fd dependencies.
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 9936c421d2..3f6476d753 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -31,6 +31,7 @@
#include "lib/intmath/addsub.h"
#include "lib/intmath/muldiv.h"
#include "lib/intmath/cmp.h"
+#include "lib/log/ratelim.h"
#include "common/util_bug.h"
#ifndef O_BINARY