aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/container_heap.c')
-rw-r--r--src/util/container_heap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/container_heap.c b/src/util/container_heap.c
index 24f753adb..77b828d31 100644
--- a/src/util/container_heap.c
+++ b/src/util/container_heap.c
@@ -25,8 +25,9 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27 27
28
28#include "platform.h" 29#include "platform.h"
29#include "gnunet_container_lib.h" 30#include "gnunet_util_lib.h"
30 31
31#define LOG(kind, ...) GNUNET_log_from (kind, "util-container-heap", \ 32#define LOG(kind, ...) GNUNET_log_from (kind, "util-container-heap", \
32 __VA_ARGS__) 33 __VA_ARGS__)