~hartmut-php/+junk/osm2pgsql-autotools

« back to all changes in this revision

Viewing changes to osm2pgsql.c

  • Committer: Hartmut Holzgraefe
  • Date: 2010-11-01 11:08:01 UTC
  • Revision ID: hartmut@php.net-20101101110801-zg86iafruddg2xnc
build fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#-----------------------------------------------------------------------------
24
24
*/
25
25
 
 
26
#include "config.h"
 
27
 
26
28
#define _GNU_SOURCE
27
29
#include <stdio.h>
28
30
#include <unistd.h>