From 02a1123cf44381690c28f18ab2c4ba8036200539 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 5 Jul 2014 11:50:58 -0400 Subject: Include autoconf.h before system headers Include autoconf.h (either directly or via proxy) before system headers, so that feature test macros defined there can affect the system namespace. Where include order was changed, eliminate some redundant or unnecessary includes. ticket: 7961 --- src/lib/krb5/os/t_std_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/krb5/os/t_std_conf.c') diff --git a/src/lib/krb5/os/t_std_conf.c b/src/lib/krb5/os/t_std_conf.c index 6ee54d5be..72021c362 100644 --- a/src/lib/krb5/os/t_std_conf.c +++ b/src/lib/krb5/os/t_std_conf.c @@ -4,8 +4,8 @@ * values from the krb5 config file(s). */ -#include "fake-addrinfo.h" #include "k5-int.h" +#include "fake-addrinfo.h" #include #include -- cgit