summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ini/ini_config.h')
-rw-r--r--common/ini/ini_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/ini/ini_config.h b/common/ini/ini_config.h
index 05ab27dff..1fee48ac0 100644
--- a/common/ini/ini_config.h
+++ b/common/ini/ini_config.h
@@ -24,6 +24,7 @@
#define INI_CONFIG_H
#include <limits.h>
+#include <stdio.h>
#include "collection.h"
/* Name of the default (missing section in the INI file */
@@ -214,7 +215,7 @@ char *get_bin_config_value(struct collection_item *item, int *length, int *error
void free_bin_config_value(char *);
/* Array of stings */
-/* Separator sting includes up to three different separators. If NULL comma is assumed. */
+/* Separator string includes up to three different separators. If NULL comma is assumed. */
/* The spaces are trimmed automatically around separators in the string. */
char **get_string_config_array(struct collection_item *item, const char *sep, int *size, int *error);
/* Array of long values - separators are detected automatically. */