]> git.draconx.ca Git - dxcommon.git/commitdiff
tap: Include <config.h> as needed.
authorNick Bowler <nbowler@draconx.ca>
Tue, 13 Jun 2023 01:01:27 +0000 (21:01 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 13 Jun 2023 01:01:27 +0000 (21:01 -0400)
When using a config header in Autoconf, it is necessary to #include
that header before including anything else that might be influenced
by configure tests, which includes standard C headers.

In particular, things can go completely off the rails if Gnulib is
involved and generates replacements for the standard headers used
by this file.


No differences found