aboutsummaryrefslogtreecommitdiff
path: root/any_ini.h
diff options
context:
space:
mode:
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;