From c6b2d01d4df5e571ea90373f2cf224b7e49d36fd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 16 Sep 2010 18:45:16 +0200 Subject: [PATCH] Fix Solaris building Close #3040 --- src/network/rootbind.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/network/rootbind.c b/src/network/rootbind.c index c523602718..65a956fbaf 100644 --- a/src/network/rootbind.c +++ b/src/network/rootbind.c @@ -22,6 +22,8 @@ # include #endif +#define _XPG4_2 /* ancilliary data on Solaris */ + #if !defined (WIN32) && !defined (SYS_BEOS) # define ENABLE_ROOTWRAP 1 #endif -- 2.11.4.GIT