summaryrefslogtreecommitdiffstats
path: root/ini/ini_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ini/ini_config.h')
-rw-r--r--ini/ini_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ini/ini_config.h b/ini/ini_config.h
index a5fd4a9..3b58a11 100644
--- a/ini/ini_config.h
+++ b/ini/ini_config.h
@@ -23,6 +23,9 @@
#ifndef INI_CONFIG_H
#define INI_CONFIG_H
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
#include <limits.h>
#include <stdio.h>
#include "collection.h"