tdbrestore: include config.h before any glibc headers
authorUri Simchoni <urisimchoni@gmail.com>
Sun, 12 Jul 2015 06:29:13 +0000 (09:29 +0300)
committerJeremy Allison <jra@samba.org>
Thu, 16 Jul 2015 23:38:15 +0000 (01:38 +0200)
commit5768ca652360e24262200a30a45e137d85cfa245
tree0f85331ee510db0d4ce00ba09a6ea21d81e303e3
parentc404793a38507d52160fea4e3ef8d73f20593820
tdbrestore: include config.h before any glibc headers

config.h may have some flags which affect glibc behavior, e.g.
_FILE_OFFSET_BITS=64. To make sure these flags have the desired
effect, config.h must be included before any glibc header files.

This commit does not fix a specific known bug. It changes the code to
comply with coding conventions.

Signed-off-by: Uri Simchoni <urisimchoni@gmail.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: "Stefan Metzmacher" <metze@samba.org>
lib/tdb/tools/tdbrestore.c