Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563608
Collapse All | Expand All

(-)gdal-2.0.0.orig/apps/gdalserver.c (-3 / +2 lines)
Lines 27-35 Link Here
27
 * DEALINGS IN THE SOFTWARE.
27
 * DEALINGS IN THE SOFTWARE.
28
 ****************************************************************************/
28
 ****************************************************************************/
29
29
30
#if defined(__STDC_VERSION__)
30
// So that __USE_XOPEN2K is defined to have getaddrinfo
31
#define _XOPEN_SOURCE
31
#define _XOPEN_SOURCE 600
32
#endif
33
32
34
#include "cpl_port.h"
33
#include "cpl_port.h"
35
34

Return to bug 563608