commit 3b2f563579b8917b648e5c06e246754fc9400d2f parent 1e88990b7b2b4bfc9999b79a78a08e7decf7e416 Author: Frederic Cambus <fred@statdns.com> Date: Mon, 25 May 2020 17:33:17 +0200 Add <stdint.h> include instead of <sys/types.h>. Diffstat:
M | src/sauce.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sauce.h b/src/sauce.h @@ -13,7 +13,7 @@ #ifndef SAUCE_H #define SAUCE_H -#include <sys/types.h> +#include <stdint.h> #include <stdio.h> /* sauce records */