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/rpc/unit-test/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/rpc/unit-test/client.c') diff --git a/src/lib/rpc/unit-test/client.c b/src/lib/rpc/unit-test/client.c index 646477f3d..06b0863f6 100644 --- a/src/lib/rpc/unit-test/client.c +++ b/src/lib/rpc/unit-test/client.c @@ -5,11 +5,11 @@ * */ +#include "autoconf.h" #include #include #include #include -#include "autoconf.h" #ifdef HAVE_UNISTD_H #include #endif -- cgit