]> git.draconx.ca Git - dxcommon.git/commit
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)
commita686e811e9fb465ed7c8d88f75915489fc7d09f0
tree92a0919149da8155d4af537070e4d367137ce245
parent0ca8e614dc99eae0e638224aafee8cf090594429
tap: Include <config.h> as needed.

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.
src/tap.c