From a33d389310a35bc181583b0f25dbf742e67295e9 Mon Sep 17 00:00:00 2001 From: Clecio Jung Date: Fri, 24 Mar 2023 18:18:19 -0300 Subject: USing macros to avoid code repetition --- ini_file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ini_file.h') 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 +#include /* 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 -- cgit v1.2.3