This patch adds a #include needed for the declaration of the function, rate_limited.
Signed-off-by: Richard Cochran <[email protected]> --- 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 <syslog.h> +#include "util.h" + #define PRINT_LEVEL_MIN LOG_EMERG #define PRINT_LEVEL_MAX LOG_DEBUG -- 2.1.4 ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 _______________________________________________ Linuxptp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxptp-devel
