]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_markdown.c
Make it more explicit that the statement "-O tag does not work with less(1)"
[mandoc.git] / mdoc_markdown.c
index 65bffea003713f437cd5e13b77e9570ce7777bba..1d80ccf7f85b5e3c174d65ef6f8f427ef2bab9de 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mdoc_markdown.c,v 1.35 2020/04/03 11:35:01 schwarze Exp $ */
+/* $Id: mdoc_markdown.c,v 1.36 2020/06/22 19:20:40 schwarze Exp $ */
 /*
  * Copyright (c) 2017, 2018, 2020 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -16,6 +16,8 @@
  *
  * Markdown formatter for mdoc(7) used by mandoc(1).
  */
+#include "config.h"
+
 #include <sys/types.h>
 
 #include <assert.h>