summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_config.h
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-04-15 17:27:04 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-26 09:54:59 -0400
commit5a5eb2619fed6b37178d3b2c58970788c55cb529 (patch)
tree4328cef0d08e87d08a37e692cd860bee34c4352e /common/ini/ini_config.h
parentd1de8d73252e973018cb985e6aedffd76cddbbe4 (diff)
downloadsssd-5a5eb2619fed6b37178d3b2c58970788c55cb529.tar.gz
sssd-5a5eb2619fed6b37178d3b2c58970788c55cb529.tar.xz
sssd-5a5eb2619fed6b37178d3b2c58970788c55cb529.zip
Code restructuring
Time came to split ini_config.c into many much smaller pieces. 1) ini_parse.c - will have parsing functions 2) ini_get_value.c - will have single value interpretation functions 3) ini_get_array.c - will have array interpretation functions. 4) ini_print.c - error printing 5) ini_defines.h - common constants 6) ini_parse.h header for parsing functions 7) ini_list.c - will have list processing functions
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"