commit 74d81e8ec817be4ee9935bd3dac9ed7e9cf1c8a1 parent 43b94ef60b3fc37f092ccfe885c69fda5d87140d Author: Frederic Cambus <fred@statdns.com> Date: Mon, 25 May 2020 17:25:39 +0200 Add missing <stddef.h> include. Diffstat:
M | src/output.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/output.c b/src/output.c @@ -10,6 +10,7 @@ * See LICENSE file for details. */ +#include <stddef.h> #include <stdint.h> #include <jansson.h>