From 05ef694c3e845a4c6babcaa59d3bf7a6f507866b Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 25 Jan 2014 11:46:14 +0100 Subject: nacct: fix format warning Some counter have been recently switch to u64. This has caused warnings relative to format string. This patch uses PRIu64 macro to fix these warnings. --- include/ulogd/ulogd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h index 90272eb..cc2f15c 100644 --- a/include/ulogd/ulogd.h +++ b/include/ulogd/ulogd.h @@ -17,6 +17,7 @@ #include #include /* need this because of extension-sighandler */ #include +#include #include #include -- cgit v1.2.3