summaryrefslogtreecommitdiffstats
path: root/src/responder
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-01-27 11:52:51 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-30 19:56:25 -0500
commitc9b2b7f3f02bf40b698c70640f151d0113736195 (patch)
tree776fcf5f64c597ab8299d13b8971585e71690c8d /src/responder
parente6092759dc4268b105b79478aa9b1398f21ed7a9 (diff)
downloadsssd_unused-c9b2b7f3f02bf40b698c70640f151d0113736195.tar.gz
sssd_unused-c9b2b7f3f02bf40b698c70640f151d0113736195.tar.xz
sssd_unused-c9b2b7f3f02bf40b698c70640f151d0113736195.zip
Fix sudo compilation on RHEL5
Diffstat (limited to 'src/responder')
-rw-r--r--src/responder/sudo/sudosrv_get_sudorules.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/responder/sudo/sudosrv_get_sudorules.c b/src/responder/sudo/sudosrv_get_sudorules.c
index b7e17056..8cb10e9a 100644
--- a/src/responder/sudo/sudosrv_get_sudorules.c
+++ b/src/responder/sudo/sudosrv_get_sudorules.c
@@ -19,6 +19,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <stdint.h>
#include <string.h>
#include <talloc.h>