diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-03-25 11:31:11 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-03-25 13:28:20 +0100 |
commit | 73d33c230d20ec645c661884ec06c955611e8abd (patch) | |
tree | 0db6fca2d1f0e66384398c0309bfb80a923f21e7 | |
parent | d231e95b0a5e1bd377f67e041e8b502a79fdc605 (diff) | |
download | sssd-73d33c230d20ec645c661884ec06c955611e8abd.tar.gz sssd-73d33c230d20ec645c661884ec06c955611e8abd.tar.bz2 sssd-73d33c230d20ec645c661884ec06c955611e8abd.zip |
Include config.h to build io.c on RHEL5
-rw-r--r-- | src/util/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/io.c b/src/util/io.c index 4d1f2e74..6fd7744d 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> |