]> git.ozlabs.org Git - ccan/commitdiff
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)
Otherwise, _GNU_SOURCE isn't defined (for example) so prototypes such as
isblank can be missing.


No differences found