X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/85d3347f01e3d27541e5d2fadf5ab49cc6cf54f9..476f42d951d7e9f9f30e1a6acb34982466936490:/src/tap.c diff --git a/src/tap.c b/src/tap.c index 4416a9c..4d80c75 100644 --- a/src/tap.c +++ b/src/tap.c @@ -1,5 +1,5 @@ /* - * Copyright © 2015 Nick Bowler + * Copyright © 2015, 2023 Nick Bowler * * Simple TAP output library for C programs. * @@ -8,6 +8,10 @@ * There is NO WARRANTY, to the extent permitted by law. */ +#if HAVE_CONFIG_H +# include +#endif + #include #include #include