1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-02-01 15:02:53 +08:00

Fixed issue 11: #include <stdio.h> in ini.h now that FILE is used in it.

This commit is contained in:
benhoyt@gmail.com 2011-06-27 19:35:59 +00:00
parent b1170c9568
commit 2d41b093b8

2
ini.h
View File

@ -15,6 +15,8 @@ http://code.google.com/p/inih/
extern "C" {
#endif
#include <stdio.h>
/* Parse given INI-style file. May have [section]s, name=value pairs
(whitespace stripped), and comments starting with ';' (semicolon). Section
is "" if name=value pair parsed before any section heading. name:value