aboutsummaryrefslogtreecommitdiff
path: root/src/lib/container/order.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-22 11:54:38 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 11:54:38 -0400
commitbcf3e546d196910f53beb79814833c96f279e987 (patch)
tree64312da9727169803a8ea82f9819121940d78f40 /src/lib/container/order.c
parent6fc2d532274ead9c903c6d94b1a513b8d9b6f677 (diff)
downloadtor-bcf3e546d196910f53beb79814833c96f279e987.tar.gz
tor-bcf3e546d196910f53beb79814833c96f279e987.zip
Move util_bug into libtor-log
Diffstat (limited to 'src/lib/container/order.c')
-rw-r--r--src/lib/container/order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/container/order.c b/src/lib/container/order.c
index 599f833007..4fdd51d996 100644
--- a/src/lib/container/order.c
+++ b/src/lib/container/order.c
@@ -14,7 +14,7 @@
#include <stdlib.h>
#include "lib/container/order.h"
-#include "common/util_bug.h"
+#include "lib/log/util_bug.h"
/** Declare a function called <b>funcname</b> that acts as a find_nth_FOO
* function for an array of type <b>elt_t</b>*.