From d78a45a152d2270b6e92b451b6b4585567ec2f8a Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 5 Mar 2009 06:22:31 -0500 Subject: gssd: Use same style for including config.h that rest of nfs-utils uses Clean up. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- utils/gssd/gss_oids.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/gssd/gss_oids.c') diff --git a/utils/gssd/gss_oids.c b/utils/gssd/gss_oids.c index c569b0c..a59c4a6 100644 --- a/utils/gssd/gss_oids.c +++ b/utils/gssd/gss_oids.c @@ -28,6 +28,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include +#endif /* HAVE_CONFIG_H */ + #include #include -- cgit