summaryrefslogtreecommitdiffstats
path: root/mdoc_markdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_markdown.c')
-rw-r--r--mdoc_markdown.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_markdown.c b/mdoc_markdown.c
index 0774526b..5e1d01cf 100644
--- a/mdoc_markdown.c
+++ b/mdoc_markdown.c
@@ -16,6 +16,8 @@
*
* Markdown formatter for mdoc(7) used by mandoc(1).
*/
+#include "config.h"
+
#include <sys/types.h>
#include <assert.h>