aboutsummaryrefslogtreecommitdiff
path: root/include/ini.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-12 12:10:11 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-12 12:10:11 -0400
commit809773474d2590fbace4eed3f6377c75d3d11589 (patch)
tree8410c9a09e6620acb6602da85488230e209d492e /include/ini.h
parenta8be2b6f17baa974ce4fa07dec30bf1e03abb9ab (diff)
downloadstasis-809773474d2590fbace4eed3f6377c75d3d11589.tar.gz
bugfix: use strtof in INIVAL_TYPE_FLOAT case
* Include stdio.h to pull in FILE structure
Diffstat (limited to 'include/ini.h')
-rw-r--r--include/ini.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ini.h b/include/ini.h
index 2992a37..3d0565b 100644
--- a/include/ini.h
+++ b/include/ini.h
@@ -2,6 +2,7 @@
#ifndef STASIS_INI_H
#define STASIS_INI_H
+#include <stdio.h>
#include <stddef.h>
#include <stdbool.h>