Always include "config.h" at the start of all C source files.
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 25 Aug 2012 06:32:32 +0000 (23:32 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 25 Aug 2012 19:34:24 +0000 (12:34 -0700)
commitb52790e8ed4bb077eabdeca803935d2910558acc
tree9abb4658bc8ba9e121f24d10d029f2fac89c4348
parented93a6a2a8e23f12380709de6e04b2d833df7e71
Always include "config.h" at the start of all C source files.

Allows configure to set defines such as _POSIX_SOURCE in config.h
that affect functions exposed by system headers and get consistent
results across all the source files.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
src/c_client.py
src/xcb_conn.c
src/xcb_ext.c
src/xcb_in.c
src/xcb_list.c
src/xcb_out.c
src/xcb_util.c
src/xcb_xid.c