diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-27 16:56:46 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-27 16:56:46 -0800 |
| commit | 3dce0f81b4aa7a30269f7bdc484f8f872cb26391 (patch) | |
| tree | f3109c69fcaaf82a27f448c4a3d6aeace9052305 /convert-markdown.c | |
| parent | 5cdeb8df2e78f715fec66b12e4a29c728be35598 (diff) | |
| download | convert-markdown-3dce0f81b4aa7a30269f7bdc484f8f872cb26391.tar.gz convert-markdown-3dce0f81b4aa7a30269f7bdc484f8f872cb26391.zip | |
Add oconfigure
Diffstat (limited to 'convert-markdown.c')
| -rw-r--r-- | convert-markdown.c | 4 |
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> |
