diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-10 18:47:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-10 18:47:17 +0200 |
commit | ec66c414866572fcd77a5bf7e4a444e84d8aa804 (patch) | |
tree | 50b95bea4fdc18396e581506369bd7d67bcc438b /src/io.c | |
parent | 41aba5755c9fa6082aec99c4fec6c571f8e5062a (diff) | |
parent | 4fbd529e776527e548b343a82e14d1cb7eb30764 (diff) |
Merge branch 'release/experimental/3.25-1_exp1' into masterexperimental/3.25-1_exp1
Diffstat (limited to 'src/io.c')
-rw-r--r-- | src/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #include <limits.h> #include <stdarg.h> #include <stdbool.h> +#include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |