From: Jean-Baptiste Kempf Date: Thu, 16 Sep 2010 16:45:16 +0000 (+0200) Subject: Fix Solaris building X-Git-Tag: 1.2.0-pre1~5260 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c6b2d01d4df5e571ea90373f2cf224b7e49d36fd;p=vlc Fix Solaris building Close #3040 --- 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