diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-01-27 11:52:51 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-30 19:56:25 -0500 |
commit | c9b2b7f3f02bf40b698c70640f151d0113736195 (patch) | |
tree | 776fcf5f64c597ab8299d13b8971585e71690c8d /src/responder/sudo | |
parent | e6092759dc4268b105b79478aa9b1398f21ed7a9 (diff) | |
download | sssd-c9b2b7f3f02bf40b698c70640f151d0113736195.tar.gz sssd-c9b2b7f3f02bf40b698c70640f151d0113736195.tar.bz2 sssd-c9b2b7f3f02bf40b698c70640f151d0113736195.zip |
Fix sudo compilation on RHEL5
Diffstat (limited to 'src/responder/sudo')
-rw-r--r-- | src/responder/sudo/sudosrv_get_sudorules.c | 2 |
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> |