From c9b2b7f3f02bf40b698c70640f151d0113736195 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 27 Jan 2012 11:52:51 -0500 Subject: Fix sudo compilation on RHEL5 --- src/sss_client/sudo/sss_sudo_response.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sss_client/sudo') diff --git a/src/sss_client/sudo/sss_sudo_response.c b/src/sss_client/sudo/sss_sudo_response.c index 2b158b7d..f3e250cd 100644 --- a/src/sss_client/sudo/sss_sudo_response.c +++ b/src/sss_client/sudo/sss_sudo_response.c @@ -18,6 +18,8 @@ along with this program. If not, see . */ +#include "config.h" + #include #include #include -- cgit