diff options
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> |
