tools: always include config.h before anything else.
Otherwise, _GNU_SOURCE isn't defined (for example) so prototypes such as isblank can be missing.
Showing
Please register or sign in to comment
Otherwise, _GNU_SOURCE isn't defined (for example) so prototypes such as isblank can be missing.