print: add missing include directive.

This patch adds a #include needed for the declaration of the function,
rate_limited.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2015-11-04 14:37:25 +01:00
parent 62ce44a08a
commit 1b7088dea8
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include <syslog.h> #include <syslog.h>
#include "util.h"
#define PRINT_LEVEL_MIN LOG_EMERG #define PRINT_LEVEL_MIN LOG_EMERG
#define PRINT_LEVEL_MAX LOG_DEBUG #define PRINT_LEVEL_MAX LOG_DEBUG