commit 17d374bc0a08e773a87cc3d26c95d145f43a7ac7 parent f88d3036a3c19a5af1efd13ffefbe166188857ad Author: Frederic Cambus <fred@statdns.com> Date: Sat, 12 Jan 2019 10:12:07 +0100 Add missing <stdint.h> include. Diffstat:
M | src/sauce.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/sauce.c b/src/sauce.c @@ -10,6 +10,7 @@ * See LICENSE file for details. */ +#include <stdint.h> #include <stdlib.h> #include <string.h>