commit 8e84fb0da8ae939adb65ca6cbaf3c3842dbce1a1 parent dd21492e1eed55567f9f4f095366dbb3abd64c59 Author: Frederic Cambus <fred@statdns.com> Date: Sun, 21 Jan 2018 18:05:28 +0100 Add missing header Diffstat:
M | src/output.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/output.c b/src/output.c @@ -12,6 +12,8 @@ /* */ /*****************************************************************************/ +#include <stdint.h> + #include <jansson.h> #include "config.h"