summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-03-25 11:31:11 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-03-25 13:28:20 +0100
commit73d33c230d20ec645c661884ec06c955611e8abd (patch)
tree0db6fca2d1f0e66384398c0309bfb80a923f21e7 /src/util
parentd231e95b0a5e1bd377f67e041e8b502a79fdc605 (diff)
downloadsssd-73d33c230d20ec645c661884ec06c955611e8abd.tar.gz
sssd-73d33c230d20ec645c661884ec06c955611e8abd.tar.xz
sssd-73d33c230d20ec645c661884ec06c955611e8abd.zip
Include config.h to build io.c on RHEL5
Diffstat (limited to 'src/util')
-rw-r--r--src/util/io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/io.c b/src/util/io.c
index 4d1f2e74a..6fd7744d3 100644
--- a/src/util/io.c
+++ b/src/util/io.c
@@ -22,6 +22,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>