]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
end of sentence detection after .ME and .UE, useful for some GNU manuals
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index 5295950b09b613f63cc62b544c1d756068aed38f..0474924d735abda8acfc9e6904e75fd9e63a3bea 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,4 +1,4 @@
-/*     $Id: lib.c,v 1.13 2015/10/06 18:32:19 schwarze Exp $ */
+/*     $Id: lib.c,v 1.14 2017/06/24 14:38:32 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -20,6 +20,7 @@
 
 #include <string.h>
 
+#include "mandoc.h"
 #include "roff.h"
 #include "mdoc.h"
 #include "libmdoc.h"