]> git.ozlabs.org Git - ccan/commit
tools: always include config.h before anything else.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 27 Apr 2011 07:04:04 +0000 (16:34 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 27 Apr 2011 07:04:04 +0000 (16:34 +0930)
commit6edf8aee46529ebfdb18ac350f6e0ff1086ed049
tree2b04a6a7866d68ce0e5f7af92c08573c67f16d70
parent00e61068e33e7883a2657744514452a32660d461
tools: always include config.h before anything else.

Otherwise, _GNU_SOURCE isn't defined (for example) so prototypes such as
isblank can be missing.
tools/ccanlint/ccanlint.h
tools/depends.c
tools/doc_extract-core.c