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:
parent
b1170c9568
commit
2d41b093b8
2
ini.h
2
ini.h
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user