aboutsummaryrefslogtreecommitdiff
path: root/ini_file.h
diff options
context:
space:
mode:
authorClecio Jung2023-03-24 18:18:19 -0300
committerClecio Jung2023-03-24 18:18:19 -0300
commita33d389310a35bc181583b0f25dbf742e67295e9 (patch)
tree8e4c622b259606b09a724c73286e006fa6944144 /ini_file.h
parent629d03b079b29f6d5178c407537aa15f9d109ec8 (diff)
downloadlibini-a33d389310a35bc181583b0f25dbf742e67295e9.tar.xz
libini-a33d389310a35bc181583b0f25dbf742e67295e9.tar.zst
USing macros to avoid code repetition
Diffstat (limited to 'ini_file.h')
-rw-r--r--ini_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ini_file.h b/ini_file.h
index 25f6532..3df6dc9 100644
--- a/ini_file.h
+++ b/ini_file.h
@@ -48,6 +48,8 @@
* the program.
*/
+#include <stdio.h>
+#include <stdlib.h>
/* This is a implementation of a custom string allocator to store the strings found
* inside the INI. If you don't want to use this approach, just comment the