diff options
Diffstat (limited to 'any_ini.h')
| -rw-r--r-- | any_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,7 @@ #include <stddef.h> #include <stdbool.h> +#include <stdio.h> // String parser (provided by any_ini_t) @@ -411,7 +412,6 @@ static void any_ini_stream_skip(any_ini_stream_t *ini, bool comment) } } - static char *any_ini_stream_until(any_ini_stream_t *ini, size_t start, char c) { char *tmp, *value = NULL; |
