aboutsummaryrefslogtreecommitdiff
path: root/any_ini.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-10 16:18:05 +0200
committerFederico Angelilli <code@fedang.net>2024-07-10 22:07:13 +0200
commitd321f9b35e4fc752f8b28346b7e489e6df7c8e10 (patch)
tree65e5c47f6edfb3537234deaae3e0f2dfe25522ef /any_ini.h
parente0e2e7ccc1d36b2d6251a0183119ee70679d8cec (diff)
Fixes
Diffstat (limited to 'any_ini.h')
-rw-r--r--any_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/any_ini.h b/any_ini.h
index ba89f99..f05b579 100644
--- a/any_ini.h
+++ b/any_ini.h
@@ -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;