aboutsummaryrefslogtreecommitdiff
path: root/convert-markdown.c
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-27 16:56:46 -0800
committerCody Logan <cody@lokken.dev>2023-11-27 16:56:46 -0800
commit3dce0f81b4aa7a30269f7bdc484f8f872cb26391 (patch)
treef3109c69fcaaf82a27f448c4a3d6aeace9052305 /convert-markdown.c
parent5cdeb8df2e78f715fec66b12e4a29c728be35598 (diff)
downloadconvert-markdown-3dce0f81b4aa7a30269f7bdc484f8f872cb26391.tar.gz
convert-markdown-3dce0f81b4aa7a30269f7bdc484f8f872cb26391.zip
Add oconfigure
Diffstat (limited to 'convert-markdown.c')
-rw-r--r--convert-markdown.c4
1 files changed, 4 insertions, 0 deletions
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 <err.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>