From 3dce0f81b4aa7a30269f7bdc484f8f872cb26391 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 27 Nov 2023 16:56:46 -0800 Subject: Add oconfigure --- convert-markdown.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'convert-markdown.c') diff --git a/convert-markdown.c b/convert-markdown.c index 2a45f9e..1d1414c 100644 --- a/convert-markdown.c +++ b/convert-markdown.c @@ -15,7 +15,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" + +#if HAVE_ERR #include +#endif #include #include #include -- cgit v1.2.3