From 4fd8ebd9ebbf32ccd060877216d2fbe6e2220710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 21 Dec 2017 12:28:54 +0200 Subject: [PATCH] Add missing include The utils header was not included. --- server/modules/routing/avrorouter/avro_rbr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/modules/routing/avrorouter/avro_rbr.c b/server/modules/routing/avrorouter/avro_rbr.c index 01f52050d..8631eaa33 100644 --- a/server/modules/routing/avrorouter/avro_rbr.c +++ b/server/modules/routing/avrorouter/avro_rbr.c @@ -17,6 +17,7 @@ #include #include #include +#include #define WRITE_EVENT 0 #define UPDATE_EVENT 1