summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ini/ini_config.h')
-rw-r--r--common/ini/ini_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ini/ini_config.h b/common/ini/ini_config.h
index a5fd4a932..3b58a1161 100644
--- a/common/ini/ini_config.h
+++ b/common/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"