]> git.sesse.net Git - vlc/commitdiff
Fix Solaris building
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 16 Sep 2010 16:45:16 +0000 (18:45 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 16 Sep 2010 16:45:16 +0000 (18:45 +0200)
Close #3040

src/network/rootbind.c

index c52360271859ea80c6db392ed934838be7565d2b..65a956fbaf1d75a207e975b3176ec7a89b15e663 100644 (file)
@@ -22,6 +22,8 @@
 # include <config.h>
 #endif
 
+#define _XPG4_2 /* ancilliary data on Solaris */
+
 #if !defined (WIN32) && !defined (SYS_BEOS)
 # define ENABLE_ROOTWRAP 1
 #endif