From 1b7088dea8a6f7077284d57d8294c5df28ad14c6 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Wed, 4 Nov 2015 14:37:25 +0100 Subject: [PATCH] print: add missing include directive. This patch adds a #include needed for the declaration of the function, rate_limited. Signed-off-by: Richard Cochran --- print.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/print.h b/print.h index 6d7aa94..e8f2c8e 100644 --- a/print.h +++ b/print.h @@ -22,6 +22,8 @@ #include +#include "util.h" + #define PRINT_LEVEL_MIN LOG_EMERG #define PRINT_LEVEL_MAX LOG_DEBUG